bug-gnu-utils
[Top][All Lists]
Advanced

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

Bug in libbfd


From: Mark Robinson
Subject: Bug in libbfd
Date: Sun, 2 Dec 2001 19:19:32 -0800

When compiling a program using the command-line

g++-3.0 -o test test.c -profile

I get the error message

/usr/bin/ld: BFD 2.11.92.0.12.3 20011121 Debian/GNU Linux assertion fail 
../../bfd/elf-strtab.c:262

The test program is the simplest C/C++ program possible

int main()
{
   return 0;
}

will trigger the bug.  However using -pg will produce normal output

I'm using

ld  2.11.92.0.12.3 20011121 Debian/GNU Linux
GCC 3.0.2
libbfd 2.11.92.0.12.3
libstdc++ 3.0.2
Linux 2.4.14 i686 from Debian-Unstable

Email me if you need any additional information

Mark



reply via email to

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