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: [email protected]
          Reporter: [email protected]

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

[email protected](3): Assertion failure
----------------
??:? _d_assertp [0x5339d26d]
??:? _Dmain [0x5339d1a4]


Notice the ??:?.  No file names or line numbers

See also http://forum.dlang.org/post/[email protected]

--

Reply via email to