bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11817] New: Linker crash


From: hjl dot tools at gmail dot com
Subject: [Bug ld/11817] New: Linker crash
Date: 13 Jul 2010 23:03:42 -0000

On Linux/x86-64, I got

address@hidden tmp]$ cat p.c
#include <pthread.h>

int
main ()
{
pthread_create(NULL, NULL, NULL, NULL);
return 0;
}
address@hidden tmp]$ gcc p.c -g  
collect2: ld terminated with signal 11 [Segmentation fault]
/tmp/cchrlmId.o: In function `main':
/tmp/p.c:6: undefined reference to `pthread_create'
address@hidden tmp]$

-- 
           Summary: Linker crash
           Product: binutils
           Version: 2.21 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl dot tools at gmail dot com
                CC: bug-binutils at gnu dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

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