[Bug boehm-gc/28760] GC_PTHREAD_CREATE_NAME segfaults in statically linked binaries
sgilbertson at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 18 15:33:00 GMT 2006
------- Comment #5 from sgilbertson at gcc dot gnu dot org 2006-08-18 15:33 -------
The "ugly workaround" (which works great for my static builds!) patches a
previous workaround:
http://gcc.gnu.org/ml/java-patches/2006-q1/msg00181.html
So this issue is related to #13212,which is assigned to Bryce:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212
Maybe we want to note that 13212 blocks 28760, but in any event the longer term
solution for 28760 seems to be making sure that the non-workaround solution to
13212 works for static builds.
For a shorter-term solution, I wonder if a configure option could turn off
GC_PTHREAD_SYM_VERSION.
--
sgilbertson at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sgilbertson at gcc dot gnu
| |dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28760
More information about the Gcc-bugs
mailing list