This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug boehm-gc/28760] GC_PTHREAD_CREATE_NAME segfaults in statically linked binaries



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]