[Issue 14192] New: Access Violation when assigning to shared AA
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Feb 17 03:36:25 PST 2015
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: nobody at puremagic.com
Reporter: mrsmith33 at yandex.ru
unittest {
shared int[int] _map;
_map[1] = 1;
}
---------------------------
Error
---------------------------
object.Error@(0): Access Violation
----------------
0x0052E494 in _aaGetImpl
druntime 3f99ef5
dmd f47c8f60
phobos ed896ca21
--
More information about the Digitalmars-d-bugs
mailing list