[Issue 11983] RDMD masks out segmentation faults
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 31 00:09:50 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11983
--- Comment #2 from Puneet Goel <puneet at coverify.org> 2014-01-31 00:09:48 PST ---
(In reply to comment #1)
> I don't really understand this report. Neither exit code 245 nor 139 have any
> specific purpose:
>
> http://tldp.org/LDP/abs/html/exitcodes.html#EXITCODESREF
>
> and all rdmd does is return the exit code of the program it runs.
I am not sure of the purpose of the exit codes. I know these because I have
been using these in my dustmite scripts.
Apart from the exit codes, rdmd is not even printing the usual "Segmentation
fault (core dumped)" on my ubuntu 13.10 box. Previous versions of rdmd do that.
$ rdmd /tmp/test.d # no output on screen
$ ~/local/dmd-2.064/dmd2/linux/bin64/rdmd /tmp/test.d
Segmentation fault (core dumped)
I am using the latest version of the tools directory:
$ git show
commit 49cdc64116ba109352b661a3b3a5968d4c1afef9
Merge: 3a4b295 2ac7c99
Author: Martin Nowak <code at dawg.eu>
Date: Mon Jan 27 14:50:47 2014 -0800
--
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