Bug 15511 – fork: Invalid memory operation

Status
RESOLVED
Resolution
DUPLICATE
Severity
critical
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Mac OS X
Creation time
2016-01-04T06:22:44Z
Last change time
2018-07-02T21:56:11Z
Keywords
industry
Assigned to
No Owner
Creator
changlon
See also
https://issues.dlang.org/show_bug.cgi?id=14205

Comments

Comment #0 by changlon — 2016-01-04T06:22:44Z
```d import core.sys.posix.unistd; void main(string[] args){ auto pid = fork() ; } ``` throw this: core.exception.InvalidMemoryOperationError@src/core/exception.d(679): Invalid memory operation ---------------- dmd -v DMD64 D Compiler v2.069
Comment #1 by dlang-bugzilla — 2016-05-09T23:01:21Z
Duplicate of issue 14003?
Comment #2 by greeenify — 2018-07-02T21:56:11Z
*** This issue has been marked as a duplicate of issue 14003 ***