[Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 28 17:51:43 PDT 2014


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

--- Comment #16 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
(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 ===

;-)

--


More information about the Digitalmars-d-bugs mailing list