Bug 59044 - crash while deleting in tree view
Summary: crash while deleting in tree view
Status: RESOLVED DUPLICATE of bug 51215
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 63841 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-27 18:16 UTC by Adrian Petru Dimulescu
Modified: 2003-10-15 16:45 UTC (History)
1 user (show)

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 Adrian Petru Dimulescu 2003-05-27 18:16:11 UTC
Version:           unknown (using KDE 3.1.2)
Installed from:    compiled sources
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)
OS:          Linux (i686) release 2.4.20

Hello,

I had the following crash while having a vertically split Konqueror (left: fish://, right: local)
I turned on tree view on the right side and started deleting some files. And I got this:

[New Thread 1024 (LWP 7540)]
0x40ea64d9 in wait4 () from /lib/libc.so.6
#0  0x40ea64d9 in wait4 () from /lib/libc.so.6
#1  0x40f1e30c in __DTOR_END__ () from /lib/libc.so.6
#2  0x40d6583a in waitpid () from /lib/libpthread.so.0
#3  0x40541e00 in KCrash::defaultCrashHandler ()
   from /usr/local/kde3.1.2/lib/libkdecore.so.4
#4  0x40d63307 in pthread_sighandler () from /lib/libpthread.so.0
#5  <signal handler called>
#6  0x40ab0549 in QString::QString () from /usr/local/qt/lib/libqt-mt.so.3
#7  0x40546b37 in KURL::path () from /usr/local/kde3.1.2/lib/libkdecore.so.4
#8  0x40545d50 in KURL::equals () from /usr/local/kde3.1.2/lib/libkdecore.so.4
#9  0x40545cf0 in KURL::cmp () from /usr/local/kde3.1.2/lib/libkdecore.so.4
#10 0x41971c89 in KonqTreeViewWidget::removeSubDir ()
   from /usr/local/kde3.1.2/lib/kde3/konq_listview.so
#11 0x41972976 in KonqTreeViewWidget::slotDeleteItem ()
   from /usr/local/kde3.1.2/lib/kde3/konq_listview.so
#12 0x41970354 in KonqBaseListViewWidget::qt_invoke ()
   from /usr/local/kde3.1.2/lib/kde3/konq_listview.so
#13 0x41972cef in KonqTreeViewWidget::qt_invoke ()
   from /usr/local/kde3.1.2/lib/kde3/konq_listview.so
#14 0x408a11ae in QObject::activate_signal ()
   from /usr/local/qt/lib/libqt-mt.so.3
#15 0x401ad393 in KDirLister::deleteItem ()
   from /usr/local/kde3.1.2/lib/libkio.so.4
#16 0x401ac561 in KDirLister::emitDeleteItem ()
   from /usr/local/kde3.1.2/lib/libkio.so.4
#17 0x401a81f8 in KDirListerCache::FilesRemoved ()
   from /usr/local/kde3.1.2/lib/libkio.so.4
#18 0x40168138 in KDirNotify::process ()
   from /usr/local/kde3.1.2/lib/libkio.so.4
#19 0x40609654 in DCOPClient::receive ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#20 0x4060395b in DCOPProcessInternal ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#21 0x40603385 in DCOPProcessMessage ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#22 0x406122eb in KDE_IceProcessMessages ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#23 0x4060a2e5 in DCOPClient::processSocketData ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#24 0x4060b4a3 in DCOPClient::qt_invoke ()
   from /usr/local/kde3.1.2/lib/libDCOP.so.4
#25 0x408a11ae in QObject::activate_signal ()
   from /usr/local/qt/lib/libqt-mt.so.3
#26 0x408a1317 in QObject::activate_signal ()
   from /usr/local/qt/lib/libqt-mt.so.3
#27 0x40b0a087 in QSocketNotifier::activated ()
   from /usr/local/qt/lib/libqt-mt.so.3
#28 0x408b7852 in QSocketNotifier::event ()
   from /usr/local/qt/lib/libqt-mt.so.3
#29 0x4085120c in QApplication::internalNotify ()
   from /usr/local/qt/lib/libqt-mt.so.3
#30 0x40851013 in QApplication::notify () from /usr/local/qt/lib/libqt-mt.so.3
#31 0x404e001e in KApplication::notify ()
   from /usr/local/kde3.1.2/lib/libkdecore.so.4
#32 0x40833768 in QEventLoop::activateSocketNotifiers ()
   from /usr/local/qt/lib/libqt-mt.so.3
#33 0x408168cc in QEventLoop::processEvents ()
   from /usr/local/qt/lib/libqt-mt.so.3
#34 0x40861164 in QEventLoop::enterLoop () from /usr/local/qt/lib/libqt-mt.so.3
#35 0x408610b9 in QEventLoop::exec () from /usr/local/qt/lib/libqt-mt.so.3
#36 0x40851362 in QApplication::exec () from /usr/local/qt/lib/libqt-mt.so.3
#37 0x4151f992 in main () from /usr/local/kde3.1.2/lib/konqueror.so
#38 0x0804c908 in launch ()
#39 0x0804d5a3 in handle_launcher_request ()
#40 0x0804d965 in handle_requests ()
#41 0x0804e86a in main ()
#42 0x40e131c4 in __libc_start_main () from /lib/libc.so.6
Comment 1 Stephan Kulow 2003-05-27 20:13:04 UTC

*** This bug has been marked as a duplicate of 51215 ***
Comment 2 Adrian Petru Dimulescu 2003-05-27 22:20:31 UTC
Subject: Re:  crash while deleting in tree view

Hello, I see this bug was marked as a duplicate of bug 59044. 

Looking at bug 59044, I see it was reported for KDE 3.0, while I am using the 
latest KDE release (3.1.2).

So I am wondering: was it really solved? 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+08iA7an4uqqvGOURAq/bAJwPzmKNEFQajVi1mj4z9FVjRBAF7ACcD8ut
4NMGsgcAnCbF6l3Cz2lu7G0=
=aHTN
-----END PGP SIGNATURE-----

Comment 3 Waldo Bastian 2003-05-27 23:47:30 UTC
No, there is a whole bunch of related bugreports that we collect under BR51215 
which is a work in progress. So the issue is not solved yet but we have closed this 
bugreport because we deal with it as part of BR51215. 
 
Hope that explains it. 
Comment 4 Adrian Petru Dimulescu 2003-05-27 23:53:22 UTC
Subject: Re:  crash while deleting in tree view

It does explain it, thanks :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+095C7an4uqqvGOURAtIeAJ9SZMWXibr4fLcf8jqN4quAlVL0ygCcCIl6
YpAnYM4qSKBtsi3+pehmjzQ=
=S+BR
-----END PGP SIGNATURE-----

Comment 5 Stephan Kulow 2003-10-15 16:45:30 UTC
*** Bug 63841 has been marked as a duplicate of this bug. ***