Summary: | Kget crashes when exiting | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Donald <simpson.donald> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | alfred.egger, andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Donald
2009-08-23 10:37:05 UTC
Backtrace looks related to bug 204689, do you recognize the situation ? Thanks This situation is almost identical, I can reproduce it by by restarting a previously finished download, and then cancelling that download, Kget will crash at that point. Ok, Merging. Thanks. *** This bug has been marked as a duplicate of bug 204689 *** Reproduction of the crash: Application: KGet (kget), signal: Segmentation fault [KCrash Handler] #6 0xb697d7ac in QObject::connect(QObject const*, char const*, QObject const*, char const*, Qt::ConnectionType) () from /usr/lib/libQtCore.so.4 #7 0xb3f094e0 in ?? () from /usr/lib/kde4/kget_multisegkiofactory.so #8 0xb3f0950e in ?? () from /usr/lib/kde4/kget_multisegkiofactory.so #9 0xb3f09643 in ?? () from /usr/lib/kde4/kget_multisegkiofactory.so #10 0xb3f0bbcb in ?? () from /usr/lib/kde4/kget_multisegkiofactory.so #11 0xb6980b33 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #12 0xb6981782 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #13 0xb6986847 in ?? () from /usr/lib/libQtCore.so.4 #14 0xb698696c in ?? () from /usr/lib/libQtCore.so.4 #15 0xb697bbcf in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4 #16 0xb6e50814 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #17 0xb6e5897e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #18 0xb7d4b00d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #19 0xb696b9cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #20 0xb699a361 in ?? () from /usr/lib/libQtCore.so.4 #21 0xb6996900 in ?? () from /usr/lib/libQtCore.so.4 #22 0xb5f0f368 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #23 0xb5f128c3 in ?? () from /usr/lib/libglib-2.0.so.0 #24 0xb5f12a48 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #25 0xb6996858 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #26 0xb6eeffd5 in ?? () from /usr/lib/libQtGui.so.4 #27 0xb696a01a in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #28 0xb696a462 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #29 0xb7299fe1 in QMenu::exec(QPoint const&, QAction*) () from /usr/lib/libQtGui.so.4 #30 0x0807644c in _start () @Alfred: your crash is bug 204463. Thanks |