[Issue 6880] Heisenbug: deferred crash when writing to stdout on Windows without console.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 25 10:06:20 PST 2015


https://issues.dlang.org/show_bug.cgi?id=6880

AndyC <andy at squeakycode.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy at squeakycode.net

--- Comment #2 from AndyC <andy at squeakycode.net> ---
I test this, on windows, with DMD v2.066.1:

dmd -L/SUBSYSTEM:WINDOWS test.d

import std.stdio;

void main()
{
writ

--


More information about the Digitalmars-d-bugs mailing list