[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Nov 18 00:50:42 CET 2004
CVS commit by staikos:
merge thread exit workaround from branch
M +1 -1 kst.cpp 1.257
--- kdeextragear-2/kst/kst/kst.cpp #1.256:1.257
@@ -227,5 +227,5 @@ KstApp::~KstApp() {
_updateThread->terminate();
#endif
- _updateThread->wait();
+ _updateThread->wait(3000); // QThread object destroyed while thread running on RH 9, but freezes on exit without it. ->terminate() crashes. Can we win?
#if 0
}
More information about the Kst
mailing list