Program logic bugs vs input/environmental errors
Xiao Xie via Digitalmars-d
digitalmars-d at puremagic.com
Sun Sep 28 09:25:41 PDT 2014
On Sunday, 28 September 2014 at 15:10:26 UTC, Ary Borenszweig
wrote:
>
> What I'd like to do, as a compiler, is to catch those errors
> and tell the user: "You've found a bug in the app, could you
> please report it in this URL? Thank you.". We can't: the assert
> is there and we can't change it.
>
Why is SIGABRT handler not working for your usecase? print and
exit?
More information about the Digitalmars-d
mailing list