[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Nov 12 16:41:02 CET 2004
CVS commit by staikos:
seems to be the best solution for this broken environment
M +1 -1 kst.cpp 1.256.2.2
--- kdeextragear-2/kst/kst/kst.cpp #1.256.2.1:1.256.2.2
@@ -228,5 +228,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