[Issue 6846] std.concurrency and fork/execv

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Feb 20 00:12:28 PST 2015


https://issues.dlang.org/show_bug.cgi?id=6846

--- Comment #1 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
You allocate in a forked process. Try to use spawnProcess instead, it tries to
avoid complex operations after fork.

--


More information about the Digitalmars-d-bugs mailing list