Runtime.traceHandler

via Digitalmars-d digitalmars-d at puremagic.com
Sat May 9 11:35:44 PDT 2015


Hello!

While working on getting better callstacks, I ran into what I 
think is a nasty bug - The module constructor in runtime.d is 
overriding any custom handler as soon as a new thread spawns, 
making this facility quite annoying to use. I have verified this 
to be the case in gdb.

Should the code be moved into a shared constructor, perhaps?


More information about the Digitalmars-d mailing list