www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14192] New: Access Violation when assigning to shared AA

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 puremagic.com
          Reporter: mrsmith33 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

--
Feb 17 2015