[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to newCTFE at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/08835c01cf2d64a06c53739223edba55cc23db2f Simple multithreaded program + "-profile=gc" =

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2017-05-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/08835c01cf2d64a06c53739223edba55cc23db2f Simple multithreaded program + "-profile=gc" = crash

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2017-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 --- Comment #5 from github-bugzi...@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

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2017-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 Mihails Strasuns changed: What|Removed |Added CC|

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2016-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 --- Comment #3 from Ivan Kazmenko --- (In reply to Vladimir Panteleev from comment #2) > Issue 14511? The details are different, but perhaps the cause is the same. I was hesitant to put this as a comment for 14511 because "-profile"

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2016-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 Ivan Kazmenko changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2016-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash

2016-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15947 --- Comment #1 from Ivan Kazmenko --- Interestingly, a modified version does not crash: -prfail2.d- import std.concurrency; void someWork () {auto x = [1];} void main () {spawn (); someWork ();} - I was curious if this