https://bugzilla.wikimedia.org/show_bug.cgi?id=66316
--- Comment #4 from se4598 <[email protected]> --- Can't grab a exact stacktrace, but here is one good before crash: the revert-query returns with (revertquery.cpp 192) > this->timer->stop(); this->UnregisterConsumer(HUGGLECONSUMER_REVERTQUERYTMR); but core.cpp at > done = QApplication::notify(receiver, event); runs also smooth through with breakpoint, I would bet that it happens there. You also see in the stacktrace the QCoreApplication::sendEvent in the callchain? ----- Thread #1 0 Huggle::RevertQuery::OnTick revertquery.cpp 192 0x46458b 1 Huggle::RevertQuery::qt_static_metacall moc_revertquery.cpp 67 0x48b189 2 QMetaObject::activate qobject.cpp 3569 0x6b946890 3 QMetaObject::activate qobject.cpp 3444 0x6b946232 4 QTimer::timeout moc_qtimer.cpp 189 0x6b99e248 5 QTimer::timerEvent qtimer.cpp 255 0x6b94a19c 6 QObject::event qobject.cpp 1128 0x6b940daa 7 QApplicationPrivate::notify_helper qapplication.cpp 3482 0x206ddeb1 8 QApplication::notify qapplication.cpp 2903 0x206db7cd 9 Huggle::HgApplication::notify core.cpp 486 0x41c1f1 10 QCoreApplication::notifyInternal qcoreapplication.cpp 881 0x6b91b91c 11 QCoreApplication::sendEvent qcoreapplication.h 232 0x6b9bf427 12 QEventDispatcherWin32Private::sendTimerEvent qeventdispatcher_win.cpp 585 0x6b965747 13 qt_internal_proc qeventdispatcher_win.cpp 426 0x6b965012 14 USER32!OffsetRect C:\Windows\syswow64\user32.dll 0x76c162fa 15 ?? 0x3d0fbe 16 USER32!IsWindow C:\Windows\syswow64\user32.dll 0x76c16d3a 17 __lambda0::operator() qeventdispatcher_win.cpp 364 0x6b964d03 18 ?? 0x3d0fbe 19 USER32!AnyPopup C:\Windows\syswow64\user32.dll 0x76c177c4 20 ?? ... <Mehr> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
