www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - #dbugfix Issue 18068 - No file names and line numbers in stack trace

reply Mike Franklin <slavo5150 yahoo.com> writes:
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
Feb 08 2018
next sibling parent Mike Parker <aldacron gmail.com> writes:
On Friday, 9 February 2018 at 02:30:15 UTC, Mike Franklin wrote:
 https://issues.dlang.org/show_bug.cgi?id=18068
Noted!
Feb 08 2018
prev sibling next sibling parent "Nick Sabalausky (Abscissa)" <SeeWebsiteToContactMe semitwist.com> writes:
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.
Feb 08 2018
prev sibling parent berni <someone somemail.de> writes:
+1 (I would also appreciate if there where line numbers in the 
stack trace.)
Mar 07 2018