https://d.puremagic.com/issues/show_bug.cgi?id=11983

           Summary: RDMD masks out segmentation faults
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Puneet Goel <[email protected]> 2014-01-24 06:54:47 PST 
---
When executed with RDMD (github HEAD), the following code does not report
segmentation fault. RDMD is returning exit code 245 instead of 139 on my ubuntu
box. RDMD 2.064.2 does report segmentation fault.


void main() {
  int* foo;
  *foo = 4;
}

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

Reply via email to