Boost logo

Boost :

Subject: Re: [boost] [thread] thread_proxy's catch(...) destroys my stack info for unhandled exceptions
From: Anthony Williams (anthony.ajw_at_[hidden])
Date: 2009-01-05 06:37:59


Roberto Gimenez <chilabot_at_[hidden]> writes:

> When some unhandled exception is thrown inside my function, it would be good
> that is isn't actually handled, so I could collect the stack info from the
> core-dump.

> So why is:
>
> catch(...)
> {
> std::terminate();
> }
>
> there? It looks unnecesary.

It is no longer present in the SVN trunk.

Anthony

-- 
Anthony Williams
Author of C++ Concurrency in Action | http://www.manning.com/williams
Custom Software Development | http://www.justsoftwaresolutions.co.uk
Just Software Solutions Ltd, Registered in England, Company Number 5478976.
Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk