Display message about a known crash

This commit is contained in:
Zane U. Ji 2013-10-25 23:06:30 +08:00
parent 3e911ef34b
commit 1e7abc562e
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ void ThreadReaper::clear()
// versions of wxWidgets. A easy way to fix this is to rethrow
// abi::__forced_unwind& exceptions and avoid calling pthread_exit
// in such a condition.
#if defined(__WXGTK__) && !wxCHECK_VERSION(2,9,5)
wxPrintf ( _T ( "Expecting crash..." ) );
#endif
(**itr).Kill();
(**itr).Wait();
}