bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/13799] New: linker crash in bfd_hash_lookup()


From: pluto at agmk dot net
Subject: [Bug ld/13799] New: linker crash in bfd_hash_lookup()
Date: Sat, 03 Mar 2012 23:34:28 +0000

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

             Bug #: 13799
           Summary: linker crash in bfd_hash_lookup()
           Product: binutils
           Version: 2.22
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified


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

i'm using binutils-2.22.52.0.1 on x86_64-gnu-linux for i686-w64-mingw32
crossbuild. for one executable (from testsuite) linker crashes:

Program received signal SIGSEGV, Segmentation fault.
[Switching to process 7458]
bfd_hash_lookup (table=0xa0e8c0, string=0x1d252039 <Address 0x1d252039 out of
bounds>, create=1, copy=0) at hash.c:467
467     hash.c: No such file or directory.
        in hash.c
(gdb) bt
#0  bfd_hash_lookup (table=0xa0e8c0, string=0x1d252039 <Address 0x1d252039 out
of bounds>, create=1, copy=0) at hash.c:467
#1  0x0000000000439153 in _bfd_stringtab_add (tab=0xa0e8c0, str=0x1d252039
<Address 0x1d252039 out of bounds>, hash=<optimized out>, copy=<optimized out>)
at hash.c:823
#2  0x000000000044e4d8 in _bfd_coff_link_input_bfd (finfo=0x7fffffffcc30,
input_bfd=<optimized out>) at cofflink.c:1861
#3  0x000000000045037f in _bfd_coff_final_link (abfd=<optimized out>,
info=0x6f6be0) at cofflink.c:927
#4  0x0000000000418686 in ldwrite () at ldwrite.c:582
#5  0x00000000004030d5 in main (argc=36, argv=0x7fffffffcf88) at ./ldmain.c:391

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]