DMD 2.055 Crashing on Windows 7 x64 (So is my D program)
Rainer Schuetze
r.sagitario at gmx.de
Tue Sep 27 00:28:01 PDT 2011
I think, http://d.puremagic.com/issues/show_bug.cgi?id=1550 is very much
related.
IIRC, the handle for stdin, stdout and stderr are retreived by
GetStdHandle(), which should not be closed at all. Definitely should be
fixed in snn.lib.
On 27.09.2011 01:15, Mehrdad wrote:
> On 9/26/2011 3:41 PM, Steven Schveighoffer wrote:
>> Probably -- let the OS close the handles instead of manually closing
>> them :)
>>
>> -Steve
> I don't think that's a good idea because snn.lib likely does its own
> internal buffering of the data, which would be lost if the stream isn't
> closed.
More information about the Digitalmars-d
mailing list