[Bug 640] Moving of libXThrStub into libX11

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 25 16:18:59 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=640        
   

anholt at FreeBSD.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From anholt at FreeBSD.org  2004-12-25 16:18 -------
This change broke threading on FreeBSD 4.x, and we've noticed it widely with
glib threads apps as of the 6.8.1 update.  The issue is (afaik) that our libc_r
pthread symbols are weak (why?  I don't know.), so having the weak stubs in
libX11 causes the weak stubs to be selected instead of the real ones in libc_r,
while having them in a separate library pulled in by libX11 works.  I think the
change needs to be backed out.
        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list