https://issues.dlang.org/show_bug.cgi?id=13543
--- Comment #16 from Ketmar Dark <[email protected]> --- (In reply to bearophile_hugs from comment #15) > Where's the line number 3 of the user code that fails to open the file? switch to GNU/Linux and GDC, gdc stacktrace knows how to decode debug info: === cut === 0xb7462159 ref std.stdio.File std.stdio.File.__ctor(immutable(char)[], const(char[])) ../../../../gcc-4.9.1/libphobos/src/std/stdio.d:389 0x8049ce4 _Dmain /tmp/z00.d:3 === cut === ;-) --
