|
|
|
|
|
by lultimouomo
3884 days ago
|
|
On Unix segfaults by default don't generate stack traces.
This makes it work on linux, don't know about OSX (put it in your main module): import etc.linux.memoryerror;
shared static this() {
static if (is(typeof(registerMemoryErrorHandler)))
registerMemoryErrorHandler();
}
|
|
to be honest, it's better than nothing but still kinda difficult to work with: