Bug 225045 - Crash deleting file with fsview running
Summary: Crash deleting file with fsview running
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: fsview (other bugs)
Version First Reported In: 4.6.5
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
: 286660 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-31 21:10 UTC by Clemens Eisserer
Modified: 2021-01-02 04:34 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
New crash information added by DrKonqi (8.65 KB, text/plain)
2011-01-04 15:31 UTC, Ronny Standtke
Details
New crash information added by DrKonqi (7.36 KB, text/plain)
2011-09-23 21:14 UTC, Jan Krämer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clemens Eisserer 2010-01-31 21:10:27 UTC
Version:            (using KDE 4.3.4)
OS:                Linux
Installed from:    Fedora RPMs

When I delete a file using the context-menu while fsview is running (activly adding new content to the view), I get the following crash:

Application: Konqueror (konqueror), signal: Segmentation fault
[KCrash Handler]
#6  listener (this=0xb21e4f0) at /usr/src/debug/konq-plugins-4.3.3/fsview/scan.h:123
#7  ScanDir::callScanStarted (this=0xb21e4f0) at /usr/src/debug/konq-plugins-4.3.3/fsview/scan.cpp:331
#8  0x010985d2 in ScanDir::scan (this=<value optimized out>, si=<value optimized out>, list=<value optimized out>, data=<value optimized out>) at /usr/src/debug/konq-plugins-4.3.3/fsview/scan.cpp:267
#9  0x010989e0 in ScanManager::scan (this=<value optimized out>, data=<value optimized out>) at /usr/src/debug/konq-plugins-4.3.3/fsview/scan.cpp:108
#10 0x01093d16 in FSView::doUpdate (this=<value optimized out>) at /usr/src/debug/konq-plugins-4.3.3/fsview/fsview.cpp:487
#11 0x01094943 in FSView::qt_metacall (this=<value optimized out>, _c=<value optimized out>, _id=<value optimized out>, _a=<value optimized out>)
    at /usr/src/debug/konq-plugins-4.3.3/i686-redhat-linux-gnu/fsview/fsview.moc:89
#12 0x061edc0c in QMetaObject::activate (sender=<value optimized out>, from_signal_index=<value optimized out>, to_signal_index=<value optimized out>, argv=<value optimized out>)
    at kernel/qobject.cpp:3112
#13 0x061ee843 in QMetaObject::activate (sender=<value optimized out>, m=<value optimized out>, local_signal_index=<value optimized out>, argv=<value optimized out>) at kernel/qobject.cpp:3186
#14 0x061f2cf8 in QSingleShotTimer::timeout (this=<value optimized out>) at .moc/release-shared/qtimer.moc:76
#15 0x061f2e1d in QSingleShotTimer::timerEvent (this=<value optimized out>) at kernel/qtimer.cpp:298
#16 0x061e7d3f in QObject::event (this=<value optimized out>, e=<value optimized out>) at kernel/qobject.cpp:1074
#17 0x02127b24 in QApplicationPrivate::notify_helper (this=<value optimized out>, receiver=<value optimized out>, e=<value optimized out>) at kernel/qapplication.cpp:4065
#18 0x0212f281 in QApplication::notify (this=<value optimized out>, receiver=<value optimized out>, e=<value optimized out>) at kernel/qapplication.cpp:3605
#19 0x0710307b in KApplication::notify (this=<value optimized out>, receiver=<value optimized out>, event=<value optimized out>) at /usr/src/debug/kdelibs-4.3.4/kdeui/kernel/kapplication.cpp:302
#20 0x061d7d73 in QCoreApplication::notifyInternal (this=<value optimized out>, receiver=<value optimized out>, event=<value optimized out>) at kernel/qcoreapplication.cpp:610
#21 0x062052be in sendEvent (this=<value optimized out>) at kernel/qcoreapplication.h:213
#22 QTimerInfoList::activateTimers (this=<value optimized out>) at kernel/qeventdispatcher_unix.cpp:580
#23 0x06202c21 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:165
#24 0x00bb4128 in g_main_dispatch (context=<value optimized out>) at gmain.c:1960
#25 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2513
#26 0x00bb7a58 in g_main_context_iterate (context=<value optimized out>, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at gmain.c:2591
#27 0x00bb7b84 in IA__g_main_context_iteration (context=0x98ccc90, may_block=<value optimized out>) at gmain.c:2654
#28 0x06202b6d in QEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#29 0x021c7356 in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#30 0x061d62aa in QEventLoop::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:149
#31 0x061d670a in QEventLoop::exec (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:201
#32 0x061d8bf7 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#33 0x021279a8 in QApplication::exec () at kernel/qapplication.cpp:3525
#34 0x05c097a1 in kdemain (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdebase-4.3.4/apps/konqueror/src/konqmain.cpp:257
#35 0x080486dc in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdebase-4.3.4/i686-redhat-linux-gnu/apps/konqueror/src/konqueror_dummy.cpp:3
Comment 1 Clemens Eisserer 2010-02-24 19:55:00 UTC
Still happens with KDE-4.4:

Application: Konqueror (konqueror), signal: Segmentation fault
[KCrash Handler]
#6  listener (this=0x9f200d8) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.h:123
#7  ScanDir::callScanStarted (this=0x9f200d8) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:331
#8  0x013f5f08 in ScanDir::scan (this=0x9f200d8, si=0x9f269d0, list=..., data=6) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:267
#9  0x013f62f0 in ScanManager::scan (this=0xa899954, data=6) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:108
#10 0x013f01f6 in FSView::doUpdate (this=0xa8998a8) at /usr/src/debug/konq-plugins-4.4.0/fsview/fsview.cpp:487
#11 0x013f3463 in FSView::qt_metacall (this=0xa8998a8, _c=InvokeMetaMethod, _id=<value optimized out>, _a=0xbf8aa93c) at /usr/src/debug/konq-plugins-4.4.0/i686-redhat-linux-gnu/fsview/fsview.moc:95
#12 0x0226ca6b in QMetaObject::metacall (object=<value optimized out>, cl=<value optimized out>, idx=<value optimized out>, argv=<value optimized out>) at kernel/qmetaobject.cpp:237
#13 0x0227afbf in QMetaObject::activate (sender=<value optimized out>, m=<value optimized out>, local_signal_index=<value optimized out>, argv=<value optimized out>) at kernel/qobject.cpp:3275
#14 0x02281398 in QSingleShotTimer::timeout (this=<value optimized out>) at .moc/release-shared/qtimer.moc:82
#15 0x022814bd in QSingleShotTimer::timerEvent (this=<value optimized out>) at kernel/qtimer.cpp:308
#16 0x02277e34 in QObject::event (this=<value optimized out>, e=<value optimized out>) at kernel/qobject.cpp:1212
#17 0x024bcbec in QApplicationPrivate::notify_helper (this=<value optimized out>, receiver=<value optimized out>, e=<value optimized out>) at kernel/qapplication.cpp:4298
#18 0x024c3416 in QApplication::notify (this=<value optimized out>, receiver=<value optimized out>, e=<value optimized out>) at kernel/qapplication.cpp:3702
#19 0x02f8258b in KApplication::notify (this=0xbf8ab2e0, receiver=0x9f0d0e8, event=0xbf8aae70) at /usr/src/debug/kdelibs-4.4.0/kdeui/kernel/kapplication.cpp:302
#20 0x02268093 in QCoreApplication::notifyInternal (this=<value optimized out>, receiver=<value optimized out>, event=<value optimized out>) at kernel/qcoreapplication.cpp:704
#21 0x02292fae in sendEvent (this=<value optimized out>) at kernel/qcoreapplication.h:215
#22 QTimerInfoList::activateTimers (this=<value optimized out>) at kernel/qeventdispatcher_unix.cpp:603
#23 0x022905f5 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#24 0x00b93f88 in g_main_dispatch (context=<value optimized out>) at gmain.c:1960
#25 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2513
#26 0x00b978b8 in g_main_context_iterate (context=<value optimized out>, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at gmain.c:2591
#27 0x00b979e4 in IA__g_main_context_iteration (context=0x8a49a90, may_block=<value optimized out>) at gmain.c:2654
#28 0x022902f6 in QEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#29 0x0256abd6 in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#30 0x0226676a in QEventLoop::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:149
#31 0x02266aaa in QEventLoop::exec (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:201
#32 0x02269177 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#33 0x024bcc98 in QApplication::exec () at kernel/qapplication.cpp:3577
#34 0x07564147 in kdemain (argc=2, argv=0xbf8ab5f4) at /usr/src/debug/kdebase-4.4.0/apps/konqueror/src/konqmain.cpp:257
#35 0x080486dc in main (argc=2, argv=0xbf8ab5f4) at /usr/src/debug/kdebase-4.4.0/i686-redhat-linux-gnu/apps/konqueror/src/konqueror_dummy.cpp:3
Comment 2 Clemens Eisserer 2010-06-03 16:50:28 UTC
still happens with 4.4.3, but stack-trace looks a bit different this time:


#6  listener (this=0xd659598) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.h:123
#7  ScanDir::callScanFinished (this=0xd659598) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:357
#8  0x08117d2c in ScanDir::finish (this=0xcb1d100) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:303
#9  0x08117e80 in ScanManager::stopScan (this=0xa5346f4) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:98
#10 0x081185fb in ScanManager::startScan (this=0xa5346f4, from=0xbea3dd4) at /usr/src/debug/konq-plugins-4.4.0/fsview/scan.cpp:80
#11 0x08112f42 in FSView::requestUpdate (this=0xa534648, i=0xa4f6340) at /usr/src/debug/konq-plugins-4.4.0/fsview/fsview.cpp:227
#12 0x080fe97e in FSViewBrowserExtension::refresh (this=0xa4ed9b0) at /usr/src/debug/konq-plugins-4.4.0/fsview/fsview_part.cpp:497
#13 0x080feb63 in FSViewBrowserExtension::qt_metacall (this=0xa4ed9b0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbffeaad8)
    at /usr/src/debug/konq-plugins-4.4.0/i686-redhat-linux-gnu/fsview/fsview_part.moc:84
#14 0x04a91f1b in QMetaObject::metacall (object=0xa4ed9b0, cl=QMetaObject::InvokeMetaMethod, idx=50, argv=0xbffeaad8) at kernel/qmetaobject.cpp:237
#15 0x04aa0d3f in QMetaObject::activate (sender=0xaf5eed8, m=0x5098ee8, local_signal_index=3, argv=0xbffeaad8) at kernel/qobject.cpp:3293
#16 0x04f0d0b4 in KJob::result (this=0xaf5eed8, _t1=0xaf5eed8) at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kdecore/kjob.moc:194
#17 0x04f0d449 in KJob::emitResult (this=0xaf5eed8) at /usr/src/debug/kdelibs-4.4.3/kdecore/jobs/kjob.cpp:312
#18 0x060e8805 in KIO::DeleteJobPrivate::deleteNextDir (this=0xcf16898) at /usr/src/debug/kdelibs-4.4.3/kio/kio/deletejob.cpp:368
#19 0x060e984e in KIO::DeleteJob::slotResult (this=0xaf5eed8, job=0xc443938) at /usr/src/debug/kdelibs-4.4.3/kio/kio/deletejob.cpp:470
#20 0x060e975a in KIO::DeleteJob::qt_metacall (this=0xaf5eed8, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbffead28)
    at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/deletejob.moc:95
#21 0x04a91f1b in QMetaObject::metacall (object=0xaf5eed8, cl=QMetaObject::InvokeMetaMethod, idx=36, argv=0xbffead28) at kernel/qmetaobject.cpp:237
#22 0x04aa0d3f in QMetaObject::activate (sender=0xc443938, m=0x5098ee8, local_signal_index=3, argv=0xbffead28) at kernel/qobject.cpp:3293
#23 0x04f0d0b4 in KJob::result (this=0xc443938, _t1=0xc443938) at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kdecore/kjob.moc:194
#24 0x04f0d449 in KJob::emitResult (this=0xc443938) at /usr/src/debug/kdelibs-4.4.3/kdecore/jobs/kjob.cpp:312
#25 0x06105b83 in KIO::SimpleJob::slotFinished (this=0xc443938) at /usr/src/debug/kdelibs-4.4.3/kio/kio/job.cpp:517
#26 0x06104ad3 in KIO::SimpleJob::qt_metacall (this=0xc443938, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbffeaedc)
    at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/jobclasses.moc:171
#27 0x04a91f1b in QMetaObject::metacall (object=0xc443938, cl=QMetaObject::InvokeMetaMethod, idx=32, argv=0xbffeaedc) at kernel/qmetaobject.cpp:237
#28 0x04aa0d3f in QMetaObject::activate (sender=0xa08ef20, m=0x62cc904, local_signal_index=4, argv=0x0) at kernel/qobject.cpp:3293
#29 0x061c63b8 in KIO::SlaveInterface::finished (this=0xa08ef20) at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/slaveinterface.moc:171
#30 0x061c95c5 in KIO::SlaveInterface::dispatch (this=0xa08ef20, _cmd=104, rawdata=...) at /usr/src/debug/kdelibs-4.4.3/kio/kio/slaveinterface.cpp:175
#31 0x061c6824 in KIO::SlaveInterface::dispatch (this=0xa08ef20) at /usr/src/debug/kdelibs-4.4.3/kio/kio/slaveinterface.cpp:91
#32 0x061babd8 in KIO::Slave::gotInput (this=0xa08ef20) at /usr/src/debug/kdelibs-4.4.3/kio/kio/slave.cpp:324
#33 0x061bae03 in KIO::Slave::qt_metacall (this=0xa08ef20, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbffeb1ec)
    at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/slave.moc:82
#34 0x04a91f1b in QMetaObject::metacall (object=0xa08ef20, cl=QMetaObject::InvokeMetaMethod, idx=30, argv=0xbffeb1ec) at kernel/qmetaobject.cpp:237
#35 0x04aa0d3f in QMetaObject::activate (sender=0xa281f28, m=0x62c91e0, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3293
#36 0x060d1828 in KIO::Connection::readyRead (this=0xa281f28) at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/connection.moc:92
#37 0x060d38ce in KIO::ConnectionPrivate::dequeue (this=0xa38e000) at /usr/src/debug/kdelibs-4.4.3/kio/kio/connection.cpp:82
#38 0x060d39f6 in KIO::Connection::qt_metacall (this=0xa281f28, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xcb181e0)
    at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kio/connection.moc:79
#39 0x04a91f1b in QMetaObject::metacall (object=0xa281f28, cl=QMetaObject::InvokeMetaMethod, idx=5, argv=0xcb181e0) at kernel/qmetaobject.cpp:237
#40 0x04a9c487 in QMetaCallEvent::placeMetaCall (this=0xb360468, object=0xa281f28) at kernel/qobject.cpp:561
#41 0x04a9d39e in QObject::event (this=0xa281f28, e=0xb360468) at kernel/qobject.cpp:1248
#42 0x051deddc in QApplicationPrivate::notify_helper (this=0x9f6a7e0, receiver=0xa281f28, e=0xb360468) at kernel/qapplication.cpp:4300
#43 0x051e5836 in QApplication::notify (this=0xbffed140, receiver=0xa281f28, e=0xb360468) at kernel/qapplication.cpp:3704
#44 0x05cabd9b in KApplication::notify (this=0xbffed140, receiver=0xa281f28, event=0xb360468) at /usr/src/debug/kdelibs-4.4.3/kdeui/kernel/kapplication.cpp:302
#45 0x04a8d543 in QCoreApplication::notifyInternal (this=0xbffed140, receiver=0xa281f28, event=0xb360468) at kernel/qcoreapplication.cpp:704
#46 0x04a8e403 in sendEvent (receiver=0x0, event_type=0, data=0x9f53860) at kernel/qcoreapplication.h:215
#47 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9f53860) at kernel/qcoreapplication.cpp:1345
#48 0x04a8e55e in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1238
#49 0x04ab5bc0 in sendPostedEvents (s=0x9f6cb10) at kernel/qcoreapplication.h:220
#50 postEventSourceDispatch (s=0x9f6cb10) at kernel/qeventdispatcher_glib.cpp:276
#51 0x004dd525 in g_main_dispatch (context=0x9f6ca90) at gmain.c:1960
#52 IA__g_main_context_dispatch (context=0x9f6ca90) at gmain.c:2513
#53 0x004e1268 in g_main_context_iterate (context=0x470490, block=1, dispatch=1, self=0x9f6aa50) at gmain.c:2591
#54 0x004e1449 in IA__g_main_context_iteration (context=0x9f6ca90, may_block=1) at gmain.c:2654
#55 0x04ab56b6 in QEventDispatcherGlib::processEvents (this=0x9f53360, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#56 0x0528d556 in QGuiEventDispatcherGlib::processEvents (this=0x9f53360, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#57 0x04a8bc1a in QEventLoop::processEvents (this=0xbffebaa0, flags=...) at kernel/qeventloop.cpp:149
#58 0x04a8bf5a in QEventLoop::exec (this=0xbffebaa0, flags=...) at kernel/qeventloop.cpp:201
#59 0x056443ff in QMenu::exec (this=0xb35d608, p=..., action=0x0) at widgets/qmenu.cpp:2063
#60 0x06407803 in KonqMainWindow::slotPopupMenu (this=0x9fe81f0, global=..., items=..., args=..., browserArgs=..., itemFlags=..., _actionGroups=...)
    at /usr/src/debug/kdebase-4.4.3/apps/konqueror/src/konqmainwindow.cpp:4701
#61 0x06409fd7 in KonqMainWindow::qt_metacall (this=0x9fe81f0, _c=QMetaObject::InvokeMetaMethod, _id=10, _a=0xbffebe74)
    at /usr/src/debug/kdebase-4.4.3/i686-redhat-linux-gnu/apps/konqueror/src/konqmainwindow.moc:348
#62 0x04a91f1b in QMetaObject::metacall (object=0x9fe81f0, cl=QMetaObject::InvokeMetaMethod, idx=60, argv=0xbffebe74) at kernel/qmetaobject.cpp:237
#63 0x04aa0d3f in QMetaObject::activate (sender=0xa4ed9b0, m=0x63791cc, local_signal_index=17, argv=0xbffebe74) at kernel/qobject.cpp:3293
#64 0x0635b688 in KParts::BrowserExtension::popupMenu (this=0xa4ed9b0, _t1=..., _t2=..., _t3=..., _t4=..., _t5=..., _t6=...)
    at /usr/src/debug/kdelibs-4.4.3/i686-redhat-linux-gnu/kparts/browserextension.moc:348
#65 0x080fb93e in FSViewPart::contextMenu (this=0xa4f6ae8, p=...) at /usr/src/debug/konq-plugins-4.4.0/fsview/fsview_part.cpp:417
#66 0x080fd566 in FSViewPart::qt_metacall (this=0xa4f6ae8, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbffec0f4)
    at /usr/src/debug/konq-plugins-4.4.0/i686-redhat-linux-gnu/fsview/fsview_part.moc:232
#67 0x04a91f1b in QMetaObject::metacall (object=0xa4f6ae8, cl=QMetaObject::InvokeMetaMethod, idx=15, argv=0xbffec0f4) at kernel/qmetaobject.cpp:237
#68 0x04aa0d3f in QMetaObject::activate (sender=0xa534648, m=0x8123b10, local_signal_index=7, argv=0xbffec0f4) at kernel/qobject.cpp:3293
#69 0x0810003a in TreeMapWidget::contextMenuRequested (this=0xa534648, _t1=0xa4f6340, _t2=...) at /usr/src/debug/konq-plugins-4.4.0/i686-redhat-linux-gnu/fsview/treemap.moc:170
#70 0x081007fa in TreeMapWidget::contextMenuEvent (this=0xa534648, e=0xbffec7a8) at /usr/src/debug/konq-plugins-4.4.0/fsview/treemap.cpp:1839
#71 0x05232330 in QWidget::event (this=0xa534648, event=0xbffec7a8) at kernel/qwidget.cpp:8165
#72 0x08104afe in TreeMapWidget::event (this=0xa534648, event=0xbffec7a8) at /usr/src/debug/konq-plugins-4.4.0/fsview/treemap.cpp:2172
#73 0x051deddc in QApplicationPrivate::notify_helper (this=0x9f6a7e0, receiver=0xa534648, e=0xbffec7a8) at kernel/qapplication.cpp:4300
#74 0x051e5c34 in QApplication::notify (this=0xbffed140, receiver=0xa534648, e=0xbffec7a8) at kernel/qapplication.cpp:3944
#75 0x05cabd9b in KApplication::notify (this=0xbffed140, receiver=0xa534648, event=0xbffec7a8) at /usr/src/debug/kdelibs-4.4.3/kdeui/kernel/kapplication.cpp:302
#76 0x04a8d543 in QCoreApplication::notifyInternal (this=0xbffed140, receiver=0xa534648, event=0xbffec7a8) at kernel/qcoreapplication.cpp:704
#77 0x05267e6f in QCoreApplication::sendSpontaneousEvent (receiver=0xa534648, event=0xbffec7a8) at ../../src/corelib/kernel/qcoreapplication.h:218
#78 0x0526257c in QETWidget::translateMouseEvent (this=0xa2f5008, event=0xbffecc9c) at kernel/qapplication_x11.cpp:4378
#79 0x05261963 in QApplication::x11ProcessEvent (this=0xbffed140, event=0xbffecc9c) at kernel/qapplication_x11.cpp:3384
#80 0x0528d96a in x11EventSourceDispatch (s=0x9f6d9a8, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#81 0x004dd525 in g_main_dispatch (context=0x9f6ca90) at gmain.c:1960
#82 IA__g_main_context_dispatch (context=0x9f6ca90) at gmain.c:2513
#83 0x004e1268 in g_main_context_iterate (context=0x470490, block=1, dispatch=1, self=0x9f6aa50) at gmain.c:2591
#84 0x004e1449 in IA__g_main_context_iteration (context=0x9f6ca90, may_block=1) at gmain.c:2654
#85 0x04ab56b6 in QEventDispatcherGlib::processEvents (this=0x9f53360, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#86 0x0528d556 in QGuiEventDispatcherGlib::processEvents (this=0x9f53360, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#87 0x04a8bc1a in QEventLoop::processEvents (this=0xbffecf94, flags=...) at kernel/qeventloop.cpp:149
#88 0x04a8bf5a in QEventLoop::exec (this=0xbffecf94, flags=...) at kernel/qeventloop.cpp:201
#89 0x04a8e627 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#90 0x051dee88 in QApplication::exec () at kernel/qapplication.cpp:3579
#91 0x0642c7c7 in kdemain (argc=2, argv=0xbffed454) at /usr/src/debug/kdebase-4.4.3/apps/konqueror/src/konqmain.cpp:257
#92 0x0804871c in main (argc=2, argv=0xbffed454) at /usr/src/debug/kdebase-4.4.3/i686-redhat-linux-gnu/apps/konqueror/src/konqueror_dummy.cpp:3
Comment 3 Ronny Standtke 2011-01-04 15:31:22 UTC
Created attachment 55557 [details]
New crash information added by DrKonqi

konqueror (4.5.4 (KDE 4.5.4)) on KDE Platform 4.5.4 (KDE 4.5.4) using Qt 4.7.0

I just run into exactly this bug on KDE 4.5.4.

-- Backtrace (Reduced):
#7  listener (this=0xbd68bb0) at /build/buildd/konq-plugins-4.4.0/fsview/scan.h:123
#8  ScanDir::callScanFinished (this=0xbd68bb0) at /build/buildd/konq-plugins-4.4.0/fsview/scan.cpp:357
#9  0x03ab5b5c in ScanDir::finish (this=0xbd68bb0) at /build/buildd/konq-plugins-4.4.0/fsview/scan.cpp:303
#10 0x03ab5d6f in ScanManager::stopScan (this=0x8bae324) at /build/buildd/konq-plugins-4.4.0/fsview/scan.cpp:98
#11 0x03ab667a in ScanManager::startScan (this=0x8bae324, from=0x9b461ac) at /build/buildd/konq-plugins-4.4.0/fsview/scan.cpp:80
Comment 4 Martin Koller 2011-05-22 21:27:28 UTC
Still reproducible with 4.6.3
Comment 5 Jan Krämer 2011-09-23 21:14:54 UTC
Created attachment 63898 [details]
New crash information added by DrKonqi

konqueror (4.6.5 (4.6.5)) on KDE Platform 4.6.5 (4.6.5) using Qt 4.7.3

Using KDE 4.6.5 on Debian, I got this crash when I deleted a file inside filesize view while it was still gathering the complete data.

-- Backtrace (Reduced):
#13 0x00000031df144f82 in KJob::result (this=<optimized out>, _t1=0x1a68700) at ./kjob.moc:194
#14 0x00000031df144fc0 in KJob::emitResult (this=0x1a68700) at ../../kdecore/jobs/kjob.cpp:312
#15 0x00000031e0ae4789 in KIO::DeleteJobPrivate::deleteNextDir (this=0x5552b80) at ../../kio/kio/deletejob.cpp:368
#16 0x00000031e0ae4932 in KIO::DeleteJobPrivate::deleteNextFile (this=0x5552b80) at ../../kio/kio/deletejob.cpp:319
#17 0x00000031e0ae5938 in KIO::DeleteJobPrivate::statNextSrc (this=0x5552b80) at ../../kio/kio/deletejob.cpp:252
Comment 6 Christoph Feck 2011-11-17 23:38:06 UTC
*** Bug 286660 has been marked as a duplicate of this bug. ***
Comment 7 Justin Zobel 2020-12-03 22:58:19 UTC
Thank you for the report, Clemens.

As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved.

I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you.
Comment 8 Bug Janitor Service 2020-12-18 04:34:53 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 9 Bug Janitor Service 2021-01-02 04:34:26 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!