Bug 101747 - crash in (libkio)determineMimeType, while deleting a group of files
Summary: crash in (libkio)determineMimeType, while deleting a group of files
Status: RESOLVED DUPLICATE of bug 100800
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 23:40 UTC by Jens
Modified: 2005-04-15 16:17 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 Jens 2005-03-17 23:40:00 UTC
Version:           3.4.0 (using KDE 3.4.0 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.11-default

Hello,

in detailed list view, sorted by MIME type, I selected all but one file of one type and deleted them with the context menu "delete" item. After the deletion, Konqueror crashed:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1095981632 (LWP 8031)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#7  0x4027978e in KFileItem::determineMimeType ()
   from /opt/kde3/lib/libkio.so.4
#8  0x4027a448 in KFileItem::mimetype () from /opt/kde3/lib/libkio.so.4
#9  0x4027c5a8 in KIO::PreviewJob::startPreview ()
   from /opt/kde3/lib/libkio.so.4
#10 0x4027cbed in KIO::PreviewJob::qt_invoke () from /opt/kde3/lib/libkio.so.4
#11 0x40c3c31e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0x40f8e132 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x40c59873 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x40c612c3 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x40bd9baf in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x40bdb773 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0x40865631 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#18 0x40bce35c in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40b87156 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40bf1b41 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x40bf1986 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x40bdb63f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x416f4bac in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#24 0x40018764 in kdeinitmain () from /opt/kde3/lib/kde3/konqueror.so
#25 0x0804e892 in launch ()
#26 0x0804ef9c in handle_launcher_request ()
#27 0x0804f559 in handle_requests ()
#28 0x0804fd2a in main ()


Maybe it was trying to find out the MIME type of a deleted file.


Jens
Comment 1 Maksim Orlovich 2005-04-15 16:17:05 UTC

*** This bug has been marked as a duplicate of 100800 ***