bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/4782] New: Segmentation fault when using SIZEOF


From: us15 at os dot inf dot tu-dresden dot de
Subject: [Bug ld/4782] New: Segmentation fault when using SIZEOF
Date: 11 Jul 2007 23:54:27 -0000

Using GNU ld (Linux/GNU Binutils) 2.17.50.0.17.20070615 with the following
snippet of linker script causes ld to segfault. Even though the SIZEOF
expression is dubious it shouldn't crash.

SECTIONS
{
    .text SIZEOF (.text) :
    {
        *(.text)
    }
}

-- 
           Summary: Segmentation fault when using SIZEOF
           Product: binutils
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: us15 at os dot inf dot tu-dresden dot de
                CC: bug-binutils at gnu dot org


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

------- 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]