Printing stacktrace on segfault

David d at dav1d.de
Tue Mar 27 07:30:01 PDT 2012


Am 27.03.2012 12:04, schrieb simendsjo:
> Is there a way to print a stacktrace on segfaults on linux?

I haven't found one, but you can use gdb, the only thing you've to do is 
to compile with -g and -gc (or you use gdc)


More information about the Digitalmars-d-learn mailing list