Package: binutils
Version: 2.17cvs20070426-5
Severity: grave
Justification: renders package unusable


Starting with binutils version 2.17cvs20070426-5, ld segfaults when
linking C++/Java code.

With binutils 2.17cvs20070426-4:

$ cat test.cpp
#include <iostream>

int main()
{
        std::cout << "Hello World!\n" << std::endl;
        return 0;
}
$ g++ -o test test.cpp
$ ./test
Hello World!

$

With binutils 2.17cvs20070426-5:

$ g++ -o test test.cpp
collect2: ld terminated with signal 11 [Segmentation fault]


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: mipsel (mips)

Kernel: Linux 2.6.18-2-qemu
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages binutils depends on:
ii  libc6                         2.5-7      GNU C Library: Shared libraries

binutils recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to