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/16114] New: Program which has worked for years now fails during load with floating point exception.


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

            Bug ID: 16114
           Summary: Program which has worked for years now fails during
                    load with floating point exception.
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: gam_6 at sonic dot net

Program terminated with signal 8, Arithmetic exception. (SIGFPE)
in _dl_try_allocate_static_tls () from /lib/ld-linux.so.2

The program has worked for several years.  It works properly using
glibc-2.11 and does not work with glibc-2.17.  I have not tried using
any intervening glibc releases.  Using a debugger, the instruction,
"div %ecx", where the error occurred is 0x73 (115) bytes(?) from the start
of _dl_try_allocate_static_tls ().  %ecx=0, edx:eax=0x0:0x680

The executable is third-party, all I have is the executable.  The
source code is unavailable.

Bug #14370 is the best match I was able to locate.

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