bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/12562] New: Ld.dk fails with "could not read symbols: Bad value"


From: d.g.gorbachev at gmail dot com
Subject: [Bug ld/12562] New: Ld.dk fails with "could not read symbols: Bad value" message
Date: Thu, 10 Mar 2011 11:12:44 +0000

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

           Summary: Ld.dk fails with "could not read symbols: Bad value"
                    message
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: address@hidden
        ReportedBy: address@hidden
                CC: address@hidden


Created attachment 5284
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5284
Testcase

elf_link_add_archive_symbols() is called twice for libxxx.a:

#0  elf_link_add_archive_symbols (abfd=0x818c440, info=0x8175cc0)
    at ../../binutils-2.21.51/bfd/elflink.c:5072
#1  0x080ba822 in bfd_elf_link_add_symbols (abfd=0x818c440, info=0x8175cc0)
    at ../../binutils-2.21.51/bfd/elflink.c:5135
#2  0x0805564f in load_symbols (entry=0x8176064, place=0xbfffefc8)
    at ../../binutils-2.21.51/ld/ldlang.c:2808
#3  0x0805603a in open_input_bfds (s=0x8176064, force=1)
    at ../../binutils-2.21.51/ld/ldlang.c:3239
#4  0x08055f8c in open_input_bfds (s=0x8176054, force=0)
    at ../../binutils-2.21.51/ld/ldlang.c:3209
#5  0x0805af03 in lang_process () at ../../binutils-2.21.51/ld/ldlang.c:6538
#6  0x0805ea2c in main (argc=17, argv=0xbffff174)
    at ../../binutils-2.21.51/ld/ldmain.c:461

and second time:

#0  elf_link_add_archive_symbols (abfd=0x818c440, info=0x8175cc0)
    at ../../binutils-2.21.51/bfd/elflink.c:5069
#1  0x080ba822 in bfd_elf_link_add_symbols (abfd=0x818c440, info=0x8175cc0)
    at ../../binutils-2.21.51/bfd/elflink.c:5135
#2  0x0805564f in load_symbols (entry=0x8176064, place=0xbfffefc8)
    at ../../binutils-2.21.51/ld/ldlang.c:2808
#3  0x0805603a in open_input_bfds (s=0x8176064, force=1)
    at ../../binutils-2.21.51/ld/ldlang.c:3239
#4  0x08055f8c in open_input_bfds (s=0x8176054, force=0)
    at ../../binutils-2.21.51/ld/ldlang.c:3209
#5  0x0805af73 in lang_process () at ../../binutils-2.21.51/ld/ldlang.c:6559
#6  0x0805ea2c in main (argc=17, argv=0xbffff174)
    at ../../binutils-2.21.51/ld/ldmain.c:461

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