[Issue 11983] New: RDMD masks out segmentation faults
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 24 06:54:53 PST 2014
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: nobody at puremagic.com
ReportedBy: puneet at coverify.org
--- Comment #0 from Puneet Goel <puneet at coverify.org> 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: -------
More information about the Digitalmars-d-bugs
mailing list