[Issue 17226] Exception during the generation of an assert message hides AssertError

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 19 20:12:29 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=17226

--- Comment #9 from Ali Cehreli <acehreli at yahoo.com> ---
I think the "invalid state" ship has sailed here because a D program by default
dumps backtrace to stderr. Can that always work? No, but I think we accept it
as best-effort.

I think the same applies to the assert message: A best-effort to show something
meaningful. May work but it should not hide the actual issue.

--


More information about the Digitalmars-d-bugs mailing list