
10 Aug
2010
10 Aug
'10
2:19 p.m.
On 08/06/2010 06:40 PM, Anthony Williams wrote:
On 06/08/10 16:45, Gaetano Mendola wrote:
On 08/06/2010 04:15 PM, Anthony Williams wrote:
On my linux system that aborts the program with "FATAL: exception not rethrown"
The following code produces:
$ ./a.out Thread started interrupted terminate called after throwing an instance of 'std::runtime_error' what(): interrupted Aborted
Yes, but if you catch the std::runtime_error then the application *still* aborts.
Yes, indeed I tried my self, also even if a std::runtime_error is thrown instead of original exception the application *aborts*... Regards Gaetano Mendola