https://issues.dlang.org/show_bug.cgi?id=6846
--- Comment #1 from Sobirari Muhomori <[email protected]> --- You allocate in a forked process. Try to use spawnProcess instead, it tries to avoid complex operations after fork. --
https://issues.dlang.org/show_bug.cgi?id=6846
--- Comment #1 from Sobirari Muhomori <[email protected]> --- You allocate in a forked process. Try to use spawnProcess instead, it tries to avoid complex operations after fork. --