Bug 198600 - kget crash removing download in state "connecting"
Summary: kget crash removing download in state "connecting"
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 05:29 UTC by Andrey Borzenkov
Modified: 2009-09-11 14:04 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 Andrey Borzenkov 2009-07-02 05:29:25 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

KDE 4.2.95/Qt 4.5.2 as shipped by Mandriva.

KGet was set as Konqueror download manager and started download. It stuck in state "connecting to server". When I deleted this download, kget crashed.

Application: KGet (kget), signal: Segmentation fault
[KCrash Handler]
#5  Transfer::group (this=0x0) at /usr/src/debug/kdenetwork-4.2.95/kget/core/transfer.h:169
#6  0x00007f9ba8e442ad in TransferHandler::group (this=<value optimized out>) at /usr/src/debug/kdenetwork-4.2.95/kget/core/transferhandler.h:109
#7  0x00007f9ba8e45b37 in TransferTreeModel::timerEvent (this=0x11d0920, event=<value optimized out>) at /usr/src/debug/kdenetwork-4.2.95/kget/core/transfertreemodel.cpp:587
#8  0x00007f9ba7fdb763 in QObject::event (this=0x11d0920, e=0x0) at kernel/qobject.cpp:1066
#9  0x00007f9ba714ec9c in QApplicationPrivate::notify_helper (this=0x10c2370, receiver=0x11d0920, e=0x7fff5c0a0210) at kernel/qapplication.cpp:4056
#10 0x00007f9ba7155f5e in QApplication::notify (this=0x7fff5c0a0540, receiver=0x11d0920, e=0x7fff5c0a0210) at kernel/qapplication.cpp:4021
#11 0x00007f9ba9b81ade in KApplication::notify (this=0x7fff5c0a0540, receiver=0x11d0920, event=0x7fff5c0a0210) at /usr/src/debug/kdelibs-4.2.95/kdeui/kernel/kapplication.cpp:302
#12 0x00007f9ba7fcc27c in QCoreApplication::notifyInternal (this=0x7fff5c0a0540, receiver=0x11d0920, event=0x7fff5c0a0210) at kernel/qcoreapplication.cpp:610
#13 0x00007f9ba7ff7ac2 in QTimerInfoList::activateTimers (this=0x10c5790) at ../../src/corelib/kernel/qcoreapplication.h:213
#14 0x00007f9ba7ff541d in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:165
#15 0x00007f9ba260ca8e in IA__g_main_context_dispatch (context=0x10c48c0) at gmain.c:1814
#16 0x00007f9ba26101f8 in g_main_context_iterate (context=0x10c48c0, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at gmain.c:2445
#17 0x00007f9ba2610340 in IA__g_main_context_iteration (context=0x10c48c0, may_block=1) at gmain.c:2508
#18 0x00007f9ba7ff5366 in QEventDispatcherGlib::processEvents (this=0x10911b0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#19 0x00007f9ba71e3a3e in QGuiEventDispatcherGlib::processEvents (this=0x0, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#20 0x00007f9ba7fcab42 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#21 0x00007f9ba7fcaf1c in QEventLoop::exec (this=0x7fff5c0a04b0, flags=) at kernel/qeventloop.cpp:201
#22 0x00007f9ba7fcd129 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#23 0x0000000000451352 in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdenetwork-4.2.95/kget/main.cpp:168
Comment 1 Lukas Appelhans 2009-09-11 14:04:17 UTC
Should be fixed in latest trunk...

Lukas