This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/4018] segfault in ld.so on amd64


------- Additional Comments From Petr dot Salinger at seznam dot cz  2007-02-13 08:25 -------
> Then you have a bug in your kFreeBSD port.
> ld.so really must not have any SHN_UNDEF relocations.

History comes in cycles. The same bug have been at least in RedHat 7.3 glibc:

readelf -a /lib/ld-2.2.5.so | grep mutex

000134f0  00001806 R_386_GLOB_DAT        00000000  __pthread_mutex_lock     
00013500  00002406 R_386_GLOB_DAT        00000000  __pthread_mutex_unlock   
000134cc  00001807 R_386_JUMP_SLOT       00000000  __pthread_mutex_lock     
000134d8  00002407 R_386_JUMP_SLOT       00000000  __pthread_mutex_unlock   
    24: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __pthread_mutex_lock
    36: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __pthread_mutex_unlock
   269: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __pthread_mutex_lock
   281: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __pthread_mutex_unlock




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4018

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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