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



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

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

Reply via email to