[Issue 11983] RDMD masks out segmentation faults

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 31 00:35:35 PST 2014


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



--- Comment #3 from Puneet Goel <puneet at coverify.org> 2014-01-31 00:35:33 PST ---
Ok, I could confirm this on another ubuntu 13.10 (32 bit) machine as well.

root at amstredam:/tmp# rdmd test.d # exits silently
root at amstredam:/tmp# echo $?
245
root at amstredam:/tmp# rdmd --build-only test.d
root at amstredam:/tmp# ./test
Segmentation fault (core dumped)
root at amstredam:/tmp# echo $?
139
root at amstredam:/tmp# cat test.d
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