Thread overview |
---|
September 07, 2007 [Issue 1483] New: Errors in threads not directed to stderr | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1483 Summary: Errors in threads not directed to stderr Product: D Version: 1.021 Platform: PC OS/Version: All Status: NEW Keywords: diagnostic, EH, patch Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: smjg@iname.com The fix to direct uncaught errors to stderr was finally folded into internal\dmain2.d. However, it has been missed out from std\thread.d. Consequently, error messages thrown by threads don't go to the right place. -- |
September 07, 2007 [Issue 1483] Errors in threads not directed to stderr | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1483 ------- Comment #1 from smjg@iname.com 2007-09-07 09:45 ------- Created an attachment (id=176) --> (http://d.puremagic.com/issues/attachment.cgi?id=176&action=view) Patch for std.thread I presume there's a reason dmain2.d uses fprintf rather than fwritef(ln), but don't know what that reason is. -- |
November 04, 2007 [Issue 1483] Errors in threads not directed to stderr | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1483 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from bugzilla@digitalmars.com 2007-11-03 21:47 ------- Fixed dmd 1.023 and 2.007 -- |
Copyright © 1999-2021 by the D Language Foundation