pthread problems on HP-UX 11.00 - more information
Heiko Nardmann
h.nardmann@secunet.de
Fri Oct 29 03:58:00 GMT 1999
I have attached two files, one C and one C++ source code.
These files, compiled with 'gcc thrTest.c -o thrTestC -lpthread'
resp. 'gcc thrTest.cpp -o thrTestCPP -lpthread', are quite similar.
The main difference is that the C program runs until it ends (quite
a long time) while the C++ program somewhen dumps a core.
Suspecting gcc/g++ or libstdc++ was not correct since a test of the
same source code compiled with aC++ (done by a HP support woman)
resulted in a core dump, too.
Then this woman has given me a hint to a pthread patch PHCO_19666 for
HP-UX 11.00. This patch needs the kernel patch PHKL_18543 preinstalled
which itself needs some SAM patch PHCO_17792.
This mail is thought to be an information source for others working (or
trying
to work) with pthreads on HP-UX 11.00.
--
Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de, Software Development
secunet Security Networks AG - Sicherheit in Netzwerken
(www.secunet.de),
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax : +49 271 48950-50
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thrTest.c
Type: text/x-c
Size: 3386 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19991029/d82b6ed6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thrTest.cpp
Type: text/x-c++
Size: 5425 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19991029/d82b6ed6/attachment-0001.bin>
More information about the Gcc-bugs
mailing list