www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18068] New: No file names and line numbers in stack trace

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 puremagic.com
          Reporter: slavo5150 yahoo.com

---
void main()
{
    assert(false);
}
---

core.exception.AssertError 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

--
Dec 12 2017