[Issue 14003] fork() on MacOS X 10.10.1 results in a core.exception.InvalidMemoryOperationError@(0)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 3 12:49:50 UTC 2018


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
It's likely something to do with D RT shutdown, since all the cases that pass
do NOT do that.

It would be helpful to know where the exception is happening.

I almost want to close this as WONTFIX, as forking and treating the process
like it's a normal process is really not a valid use case for fork. See
http://www.evanjones.ca/fork-is-dangerous.html

--


More information about the Digitalmars-d-bugs mailing list