https://issues.dlang.org/show_bug.cgi?id=14192
Issue ID: 14192
Summary: Access Violation when assigning to shared AA
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
unittest {
shared int[int] _map;
_map[1] = 1;
}
---------------------------
Error
---------------------------
object.Error@(0): Access Violation
----------------
0x0052E494 in _aaGetImpl
druntime 3f99ef5
dmd f47c8f60
phobos ed896ca21
--