Bug 189 - BFD 2.15.91 20040528 assertion fail ../../src/bfd/elflink.c:6088
Summary: BFD 2.15.91 20040528 assertion fail ../../src/bfd/elflink.c:6088
Status: RESOLVED DUPLICATE of bug 414
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 18:17 UTC by Serge Belyshev
Modified: 2004-09-30 08:12 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Belyshev 2004-05-29 18:17:49 UTC
cat > bug.i << EOF
extern int errno;
int main () { return errno; }
EOF
gcc bug.i

collect2: ld terminated with signal 11 [Segmentation fault]
/usr/local/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../i686-pc-linux-gnu/bin/ld:
BFD 2.15.91 20040528 assertion fail ../../src/bfd/elflink.c:6088
Comment 1 H.J. Lu 2004-06-27 06:05:30 UTC
I can't get reproduce the current linker.
Comment 2 Pawel Sikora 2004-09-23 21:20:53 UTC
confirmed on several linux/x86 nptl-based systems. 
------------------------------------------------------------------- 
# gcc bug.c 
collect2: ld terminated with signal 11 [Segmentation fault] 
/usr/bin/ld: BFD 2.15.91.0.2 20040727 assertion fail elflink.c:6149 
 
binutils-2.15.91.0.2-1 
gcc-3.4.3-0.20040910.1 
glibc-2.3.4-0.20040722.7+nptl 
 
Comment 3 Pawel Sikora 2004-09-30 08:12:01 UTC

*** This bug has been marked as a duplicate of 414 ***