[system] - std::terminate() called after throw system_error

24 Jul
2006
24 Jul
'06
2:05 p.m.
Hi, I tried boost::system-0.2.1 out. If I execute: int main( int argc, char *argv[]) { ... sys::error_code ec( EINTR, sys::errno_ec); sys::system_error se( ec); printf("%s\n", se.what() ); throw se; // terminate() called ... } std::terminate() and std::set_unexpected are called. What is going wrong? regards, Oliver
6901
Age (days ago)
6901
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oliver.Kowalke@qimonda.com