Thread overview
[Issue 16597] Initializing a shared hashmap segfaults
Oct 05, 2016
Andrej Mitrovic
Oct 06, 2016
anonymous4
Feb 19, 2019
Dlang Bot
Mar 20, 2019
Basile-z
Dec 17, 2022
Iain Buclaw
October 05, 2016
https://issues.dlang.org/show_bug.cgi?id=16597

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
DMD 2.071.1 on both Linux and Win32.

--
October 06, 2016
https://issues.dlang.org/show_bug.cgi?id=16597

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14068

--- Comment #2 from anonymous4 <dfj1esp02@sneakemail.com> ---
AA is not thread-safe and shouldn't support shared API.

--
February 19, 2019
https://issues.dlang.org/show_bug.cgi?id=16597

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z updated dlang/dmd pull request #9366 "fix issue 16597 - deprecate `shared` as associative array storage class" fixing this issue:

- fix issue 16597 - deprecate `shared` as associative array storage class

https://github.com/dlang/dmd/pull/9366

--
March 20, 2019
https://issues.dlang.org/show_bug.cgi?id=16597

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfj1esp02@sneakemail.com

--- Comment #4 from Basile-z <b2.temp@gmx.com> ---
*** Issue 14068 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16597

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--