Your message dated Mon, 17 Dec 2007 13:41:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Can't reproduce anymore
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: binutils
Version: 2.17cvs20070426-1
Severity: normal
When linking with the --print-map option, ld segfaults on unmangled
global variables. In particular, the demangle function is called, which
returns NULL. Then this is printed using puts, which results in the
segfault. This only happens with the Debian version, when compiling
from the orig.tar.gz (from the Debian source package, but without the
diff.gz applied), the problem does not occur.
Example: having the source file foo.c, containing only one line:
int a;
The following will segfault:
gcc -Wl,--print-map foo.c
This will not segfault:
g++ -Wl,--print-map foo.c
On one machine, a self-compiled version also segfaults. However, on an
other it doesn't. It may be that it really is an upstream problem, and
I have somehow tested the wrong things.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages binutils depends on:
ii libc6 2.5-4 GNU C Library: Shared libraries
binutils recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.18.1~cvs20071027-1
Hi,
This problem (ld segfaulting on globals when using --print-map) seems to
have been fixed, so I'll close the bug.
Thanks,
Bas
--
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html
signature.asc
Description: Digital signature
--- End Message ---