[Issue 18068] New: No file names and line numbers in stack trace
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 12 12:33:10 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=18068
Issue ID: 18068
Summary: No file names and line numbers in stack trace
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: slavo5150 at yahoo.com
---
void main()
{
assert(false);
}
---
core.exception.AssertError at onlineapp.d(3): Assertion failure
----------------
??:? _d_assertp [0x5339d26d]
??:? _Dmain [0x5339d1a4]
Notice the ??:?. No file names or line numbers
See also http://forum.dlang.org/post/ufpwobqmisamazigcaav@forum.dlang.org
--
More information about the Digitalmars-d-bugs
mailing list