[Issue 8518] New: Segmentation fault in _memset128ii

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 7 12:42:55 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8518

           Summary: Segmentation fault in _memset128ii
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: jerro.public at gmail.com


--- Comment #0 from jerro.public at gmail.com 2012-08-07 12:42:53 PDT ---
The following program causes a segmentations fault when compiled with -O
-inline -release with DMD 2.060 on 64 bit Linux:


struct A
{
    double a;
    double b;
}

void main()
{
    auto a = new A[2];
    a[] = A.init;
}

The core dump:

Core was generated by `./f'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000000041a4f1 in _memset128ii ()

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list