Subject: [Boost-users] Segmentation fault when throwing exception?
From: Germán Diago (germandiago_at_[hidden])
Date: 2011-05-17 08:22:49


Hello, I have some code that throws an exception through

BOOST_THROW_EXCEPTION. The class derives from std::runtime_error.

The thing is that my program crashes and doesn't catch the exception
if I use this macro,
but if I use a language throw it behaves correctly.

Does anyone have a clue? My code doesn't spawn threads. Thanks in advance.