how to enable core dumps for assert() triggering?
Timon Gehr
timon.gehr at gmx.ch
Tue Aug 16 09:07:45 PDT 2011
On 08/16/2011 02:48 AM, mimocrocodil wrote:
> subj
try compiling to 32 bit with the -m32 flag in non-release mode. afaik
the 64 bit compiler does not yet support core dumps.
(if you are actually compiling to 32 bit then I don't know why you don't
get a core dump and you'd have to provide more information about your
compiler and OS setup.)
More information about the Digitalmars-d-learn
mailing list