how to enable core dumps for assert() triggering?

Jonathan M Davis jmdavisProg at gmx.com
Tue Aug 16 12:52:48 PDT 2011


On Tuesday, August 16, 2011 18:07:45 Timon Gehr wrote:
> 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.)

I can get coredumps with -m64, but they don't work with gdb, so it's kind of 
pointless.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list