I\'m having a problem with a tester that my application crashes in initialization. I added more logging and exception handling but it still crashes with the generic \"this progr
So far I know, there can be at least two situations where catch(...)
cannot actually catch
unexpected
will be called which calls abort
.