Bug 218491 - KGet crashed when quitting right after removing 2 torrent downloads from list
Summary: KGet crashed when quitting right after removing 2 torrent downloads from list
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-13 11:56 UTC by Panu Kinnari
Modified: 2009-12-13 23:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Panu Kinnari 2009-12-13 11:56:21 UTC
Application that crashed: kget
Version of the application: 2.3.3
KDE Version: 4.3.3 (KDE 4.3.3)
Qt Version: 4.5.3
Operating System: Linux 2.6.31-ARCH x86_64

What I was doing when the application crashed:
I had some problems with Kget not redrawing closed details for transfer properly as well as few torrents that wouldn't start download no matter what I clicked.

I removed those to torrent transfers in question and wanted to restart KGet to get rid of mess left by incorrect redrawing of details. And this is when it crashed. I did click "Quit".

 -- Backtrace:
Application: KGet (kget), signal: Segmentation fault
[KCrash Handler]
#5  0x00007fc8fadbb53f in TransferHandler::delObserver(TransferObserver*) () from /usr/lib/libkgetcore.so.4
#6  0x00007fc8f99ee4d9 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#7  0x00007fc8f99a007c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#8  0x00007fc8f99a734e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#9  0x00007fc8fbb368f6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#10 0x00007fc8f8e24bfc in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#11 0x00007fc8f99ed438 in QWidgetPrivate::hideChildren(bool) () from /usr/lib/libQtGui.so.4
#12 0x00007fc8f99ed381 in QWidgetPrivate::hideChildren(bool) () from /usr/lib/libQtGui.so.4
#13 0x00007fc8f99ed381 in QWidgetPrivate::hideChildren(bool) () from /usr/lib/libQtGui.so.4
#14 0x00007fc8f99ed381 in QWidgetPrivate::hideChildren(bool) () from /usr/lib/libQtGui.so.4
#15 0x00007fc8f99ed381 in QWidgetPrivate::hideChildren(bool) () from /usr/lib/libQtGui.so.4
#16 0x00007fc8f99ed544 in QWidgetPrivate::hide_helper() () from /usr/lib/libQtGui.so.4
#17 0x00007fc8f99f4e90 in QWidget::setVisible(bool) () from /usr/lib/libQtGui.so.4
#18 0x00007fc8f99ead25 in QWidget::~QWidget() () from /usr/lib/libQtGui.so.4
#19 0x00007fc8fbc07595 in KMainWindow::~KMainWindow() () from /usr/lib/libkdeui.so.5
#20 0x000000000045637d in _start ()

Reported using DrKonqi
Comment 1 Lukas Appelhans 2009-12-13 20:25:30 UTC
Hey!

Are you able to reproduce this bug on KDE 4.4 as well?

Lukas
Comment 2 Panu Kinnari 2009-12-13 22:41:39 UTC
I have to check when I update. I did't verify that bug is reproducible in current setup either.

-Panu
Comment 3 Lukas Appelhans 2009-12-13 23:42:21 UTC
Well now that I looked a bit closer at the backtrace:
I think there's no way you can reproduce this bug in 4.4 as all the Observer stuff got removed...

Thanks for reporting anyway :)

Lukas