On Mon, 19 May 2014 15:52:20 +0200, Sönke Ludwig wrote:

Am 19.05.2014 13:32, schrieb Luís Marques:

On Thu, 15 May 2014 05:53:55 GMT, Nikolay Tolstokulakov wrote:

I suggest you enable memory error handler:

import etc.linux.memoryerror;
registerMemoryErrorHandler();

Is that documented? (why not?)

Would also be nice to have that enabled by default.

It can't be. It is not POSIX-compliant, not portable and can potentially corrupt your application on some systems. This is why it was rejected as an official part of standard library and is being kept as extra hidden module.