Assert failure on 2.070.0 without stack trace
Benjamin Thaut via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jan 29 08:55:24 PST 2016
On Thursday, 28 January 2016 at 18:33:19 UTC, Nordlöw wrote:
>
> Thanks, I'm aware of these tools.
>
> But it's easier to use the stacktrace...if I only get one. The
> function where the assert() is called is, in turn, called in
> hundreds of places.
Which platform are you on? Are all your binaries compiled with
debug symbols? If one or multiple functions on the stack are
within phobos or druntime you might not have debug symbols for
phobos or druntime. Using inline asm might also destroy your
stack frames.
More information about the Digitalmars-d-learn
mailing list