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 dynamic-link/14370] SIGFPE in 'ldd -r'


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

--- Comment #2 from Pawel Sikora <pluto at agmk dot net> 2012-07-18 10:48:54 UTC ---
(In reply to comment #1)
> Do you have a small test case (source code!) that shows the problem?

this is a 3rd-party binary element w/o sources but in the dmesg
i see a trap error:

[61063.240729] ld-linux.so.2[7407] trap divide error ip:f7791c17 sp:ffcd33e0
error:0 in ld-2.16.so[f7787000+1f000]

which points to divide by zero in:

0000abb0 <_dl_try_allocate_static_tls>:
(...)
    ac17:       f7 f1                   div    %ecx

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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