Updates from BitShares FC #22
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
|
* a catch block; it fails to catch a yield while unwinding the stack, which
|
||||||
* is probably just as likely to cause crashes */
|
* is probably just as likely to cause crashes */
|
||||||
if( std::current_exception() != std::exception_ptr() )
|
if( std::current_exception() != std::exception_ptr() )
|
||||||
|
{
|
||||||
print_stacktrace( std::cerr );
|
print_stacktrace( std::cerr );
|
||||||
|
assert( std::current_exception() != std::exception_ptr() );
|
||||||
|
}
|
||||||
|
|
||||||
check_for_timeouts();
|
check_for_timeouts();
|
||||||
if( !current )
|
if( !current )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue