Display message about a known crash
This commit is contained in:
parent
3e911ef34b
commit
1e7abc562e
|
@ -71,6 +71,9 @@ void ThreadReaper::clear()
|
||||||
// versions of wxWidgets. A easy way to fix this is to rethrow
|
// versions of wxWidgets. A easy way to fix this is to rethrow
|
||||||
// abi::__forced_unwind& exceptions and avoid calling pthread_exit
|
// abi::__forced_unwind& exceptions and avoid calling pthread_exit
|
||||||
// in such a condition.
|
// in such a condition.
|
||||||
|
#if defined(__WXGTK__) && !wxCHECK_VERSION(2,9,5)
|
||||||
|
wxPrintf ( _T ( "Expecting crash..." ) );
|
||||||
|
#endif
|
||||||
(**itr).Kill();
|
(**itr).Kill();
|
||||||
(**itr).Wait();
|
(**itr).Wait();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue