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] New: SIGFPE in 'ldd -r'


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

             Bug #: 14370
           Summary: SIGFPE in 'ldd -r'
           Product: glibc
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
        AssignedTo: unassigned@sourceware.org
        ReportedBy: pluto@agmk.net
    Classification: Unclassified


Created attachment 6536
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6536
testcase

$ ldd -r SceMiDpiBridge.so
        linux-gate.so.1 (0xf76eb000)
        libsds_server.so => not found
        libxtor_threads_boost.so => not found
        libaldecpli.so => not found
        libsvdpi_exp.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf755e000)
        libsce_mi.so => not found
        libScemiDpiBridgeApi.so => not found
        libm.so.6 => /lib/libm.so.6 (0xf7520000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7505000)
        librt.so.1 => /lib/librt.so.1 (0xf74fb000)
        libc.so.6 => /lib/libc.so.6 (0xf735b000)
        /lib/ld-linux.so.2 (0xf76ec000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf7340000)
Floating point exception

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