Silent crash
-
Hello
I would like to know if it's possible, how to make application crash silently ?
Without runtime lib and app.exe has stopped working@Slane said in Silent crash:
I would like to know if it's possible, how to make application crash silently ?
you mean close it? :)
why does it have to be a crash?!?!?! -
Hello
I would like to know if it's possible, how to make application crash silently ?
Without runtime lib and app.exe has stopped working -
@Slane said in Silent crash:
I would like to know if it's possible, how to make application crash silently ?
you mean close it? :)
why does it have to be a crash?!?!?!@raven-worx Because some user parameter may crash the application. For somme reason i never test it. And the application is started many time by an other.
so if the user make lot of errors windows spam windows error. I want avoid it by send only one error message by the master app
@jsulm I juste want get the return code of the application
3 for segmentation fault. For exampleAnd no error interface of window error interface of windows
-
@raven-worx Because some user parameter may crash the application. For somme reason i never test it. And the application is started many time by an other.
so if the user make lot of errors windows spam windows error. I want avoid it by send only one error message by the master app
@jsulm I juste want get the return code of the application
3 for segmentation fault. For exampleAnd no error interface of window error interface of windows
-
Based on what @JonB said, a quick google search resulted in this:
-
@raven-worx Because some user parameter may crash the application. For somme reason i never test it. And the application is started many time by an other.
so if the user make lot of errors windows spam windows error. I want avoid it by send only one error message by the master app
@jsulm I juste want get the return code of the application
3 for segmentation fault. For exampleAnd no error interface of window error interface of windows
@Slane said in Silent crash:
Because some user parameter may crash the application.
thats bad application design then IMHO.
-
@Slane said in Silent crash:
Because some user parameter may crash the application.
thats bad application design then IMHO.
@raven-worx
I think we all agree! But I think the OP is saying he has to work with that application as-is (e.g. it's third-party). -
@raven-worx
I think we all agree! But I think the OP is saying he has to work with that application as-is (e.g. it's third-party).@Slane
@JonB said in Silent crash:I think we all agree! But I think the OP is saying he has to work with that application as-is (e.g. it's third-party).
If thats the case you can try something like Breakpad to catch an exception.