[Issue 322] New: Spawning threads which allocate and free memory leads to pause error on collect
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 3 08:53:39 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=322
Summary: Spawning threads which allocate and free memory leads to
pause error on collect
Product: D
Version: unspecified
Platform: PC
URL: http://pastebin.ca/159818
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: default_357-line at yahoo.de
When running the testcase pasted in the URL on win32 (tested with gdc and dmd's
current versions), an Error: Thread error: Cannot pause gets thrown. Changing
and rebuilding phobos to throw a SIGTRAP on an error in pause() yields the
following stack trace: http://pastebin.ca/159838 .
--
More information about the Digitalmars-d-bugs
mailing list