Segmentation fault with static lib on FC4 and gcc 4.0.0-8
Brought to you by:
kybu,
mwaeckerlin
I have built QpThread version 1.3.2 on Fedora Core 4
using gcc version 4.0.0-8 (the default compiler for
Fedora Core 4) and I'm getting segmentation faults
when building the examples and linking with the static
library libqpthr.a. All the examples seem to seg fault so
I'm wondering if there is some static variable
initiailization issue.
Any ideas?
Thanks in advance
brad
Logged In: NO
Works fine with this compiler:
g++ (GCC) 4.0.1 (Debian 4.0.1-2)
Logged In: YES
user_id=638968
Also fine with:
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
I suppose, there is something broken in your constellation.
Do you have also trouble with other libraries on your
system, or can anybody else reproduce the problem? It would
be nice, if someone could provide more information.