www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1483] New: Errors in threads not directed to stderr

reply d-bugmail puremagic.com writes:
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.


-- 
Sep 07 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1483






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.


-- 
Sep 07 2007
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1483


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Fixed dmd 1.023 and 2.007


-- 
Nov 03 2007