FC Updates from BitShares and myself #21
1 changed files with 3 additions and 0 deletions
|
|
@ -393,7 +393,10 @@ namespace fc {
|
|||
* a catch block; it fails to catch a yield while unwinding the stack, which
|
||||
* is probably just as likely to cause crashes */
|
||||
if( std::current_exception() != std::exception_ptr() )
|
||||
{
|
||||
print_stacktrace( std::cerr );
|
||||
assert( std::current_exception() != std::exception_ptr() );
|
||||
}
|
||||
|
||||
check_for_timeouts();
|
||||
if( !current )
|
||||
|
|
|
|||
Loading…
Reference in a new issue