[Issue 7074] std.concurrency.receive segfaults when called from new thread
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 10 19:07:18 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=7074
David Eagen <david at eagen.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |david at eagen.com
--- Comment #2 from David Eagen <david at eagen.com> ---
In 2.067 this code asserts with the following message:
core.exception.AssertError@/usr/include/dlang/dmd/std/concurrency.d(671):
Cannot receive a message until a thread was spawned or thisTid was passed to a
running thread.
It appears this can be closed.
--
More information about the Digitalmars-d-bugs
mailing list