Thread overview
#dbugfix Issue 18068 - No file names and line numbers in stack trace
Feb 09, 2018
Mike Franklin
Feb 09, 2018
Mike Parker
Mar 07, 2018
berni
February 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18068

I tried to fix this one myself, but it beat me. It's also currently causing me friction when working on DMD.  I would love to see it fixed.

Interestingly, however, it works fine in the auto-tester.  But, problem can be reproduced at https://run.dlang.io/ (e.g. https://run.dlang.io/is/hatIXE).  Maybe it's dependent on the host compiler being used; I don't know.

Mike
February 09, 2018
On Friday, 9 February 2018 at 02:30:15 UTC, Mike Franklin wrote:
> https://issues.dlang.org/show_bug.cgi?id=18068

Noted!


February 09, 2018
Hear, hear!

It *used* to work, but doesn't anymore. I may be wrong, but in Linux-land at least I think may be related to PIC. Seemed to work fine until I installed an updated distro that has issues with non-PIC stuff.
March 07, 2018
+1 (I would also appreciate if there where line numbers in the stack trace.)