[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:10:51 PST 2015
https://issues.dlang.org/show_bug.cgi?id=6880
AndyC <andy at squeakycode.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #3 from AndyC <andy at squeakycode.net> ---
I test this, on windows, with DMD v2.066.1:
---- file test.d:
import std.stdio;
void main()
{
writeln("hello world");
}
comile:
dmd -L/SUBSYSTEM:WINDOWS test.d
ran it by dbl-clicking and from cmd.exe. No exception, no error.
I checked std/typecons.d and found no write's without debug.
Closing.
Please re-open if its still a problem, and please provide more specific steps
to reproduce. "take tons of user feedback" doesn't help me fix the problem.
--
More information about the Digitalmars-d-bugs
mailing list