NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/50866: starting firefox crashes the X server



The following reply was made to PR toolchain/50866; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Martin Husemann <martin%duskware.de@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost
Subject: Re: toolchain/50866: starting firefox crashes the X server
Date: Thu, 3 Mar 2016 11:35:00 -0500

 On Mar 3,  8:51am, martin%duskware.de@localhost (Martin Husemann) wrote:
 -- Subject: Re: toolchain/50866: starting firefox crashes the X server
 
 | Something about the symbol version? How would I dump version details?
 
 [11:31am] 4065>/usr/obj/x86_64/tools/bin/sparc64--netbsd-readelf -s libgcc_s.so | grep clz
    121: 000000000000e360   136 FUNC    GLOBAL DEFAULT    9 __clzti2@@GCC_3.4
    131: 000000000000e400   116 FUNC    GLOBAL DEFAULT    9 __clzdi2@@GCC_3.4
     16: 000000000000f398   256 OBJECT  LOCAL  DEFAULT   11 __clz_tab
    163: 000000000000e360   136 FUNC    GLOBAL DEFAULT    9 __clzti2
    173: 000000000000e400   116 FUNC    GLOBAL DEFAULT    9 __clzdi2
 [11:32am] 4066>/usr/obj/x86_64/tools/bin/sparc64--netbsd-readelf -s /usr/src/lib/libc/obj.sparc64/libc.so | grep clz
    701: 000000000011fb80    56 FUNC    GLOBAL DEFAULT    7 __clzdi2
   1169: 0000000000120280   176 FUNC    GLOBAL DEFAULT    7 __clzsi2
   2840: 0000000000123340    52 FUNC    GLOBAL DEFAULT    7 __clzti2
    796: 000000000011fb80    56 FUNC    GLOBAL DEFAULT    7 __clzdi2
   1264: 0000000000120280   176 FUNC    GLOBAL DEFAULT    7 __clzsi2
   2935: 0000000000123340    52 FUNC    GLOBAL DEFAULT    7 __clzti2
 
 http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/symversion.html
 
 looks like it finds the libc symbol first now...
 
 christos
 


Home | Main Index | Thread Index | Old Index