https://issues.dlang.org/show_bug.cgi?id=22358
Issue ID: 22358
Summary: Allocations from foreign threads lead to crash
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1829
--> https://issues.dlang.org/attachment.cgi?id=1829&action=edit
testcase
Actual result :
# ./test
foo done
foo done
foo done
Segmentation fault
Expected results :
foo done
...
main done
--
