[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Apr 6 11:21:59 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=15947
--- Comment #5 from github-bugzilla at puremagic.com ---
Commit pushed to stable at https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/08835c01cf2d64a06c53739223edba55cc23db2f
Simple multithreaded program + "-profile=gc" = crash
Fixes issue 15947 (https://issues.dlang.org/show_bug.cgi?id=15947)
Fixes issue 14511 (https://issues.dlang.org/show_bug.cgi?id=14511)
Root problem was trying to increment non-existent AA field upon merging profile
stats. The code was also simplified to remove unnecessary condition.
--
More information about the Digitalmars-d-bugs
mailing list