Spec#, nullables and more

Daniel Gibson metalcaedes at gmail.com
Sun Nov 7 12:01:36 PST 2010


Kagamin schrieb:
> FeepingCreature Wrote:
> 
>> This means stack traces are out unless you have special handling for segfaults that decodes the stack and prints the error pos. That in turn means you need to have a debugger attached to get stacktraces, which can be annoying especially in long-running programs where the crash is often the first indication you have of a problem.
>>
> Doesn't it write coredump, which can be investigated later?

depends on your system, linux doesn't do core dumps by default, you have to allow it with
ulimit -c <somevalue>


More information about the Digitalmars-d mailing list