Mir

Comment 2 for bug 1237332

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Fatal exceptions raised in the Mir code have no usable stack trace

It seems there's a lot of "unwinding" going on. Eliminating the top-level try/catch statements in our demo server main()'s solves the problem in some cases, but most exceptions from secondary threads still have the problem. The resulting core files have no useful stack trace.