Bug 87091 - konqueror crashes when overwriting files on floppy:// drives
Summary: konqueror crashes when overwriting files on floppy:// drives
Status: RESOLVED DUPLICATE of bug 85076
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 03:44 UTC by Nicholas Pilon
Modified: 2005-05-12 14:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Pilon 2004-08-13 03:44:54 UTC
Version:            (using KDE KDE 3.2.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When copying or moving files to a floppy:// device in a manner that involves overwriting files already on the device, konqueror reproducably crashes during the copy operation:

#0  0x41107be8 in waitpid () from /lib/libpthread.so.0
#1  0x4094cb78 in ?? () from /usr/lib/libkdecore.so.4
#2  0x4087ddd0 in KCrash::defaultCrashHandler () from /usr/lib/libkdecore.so.4
#3  0x41106825 in __pthread_sighandler () from /lib/libpthread.so.0
#4  <signal handler called>
#5  0x402c0df7 in KIO::TransferJob::resume () from /usr/lib/libkio.so.4
#6  0x402c3ac6 in KIO::FileCopyJob::slotData () from /usr/lib/libkio.so.4
#7  0x402d3edb in KIO::FileCopyJob::qt_invoke () from /usr/lib/libkio.so.4
#8  0x40c4de9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#9  0x402d2d74 in KIO::TransferJob::data () from /usr/lib/libkio.so.4
#10 0x402bf993 in KIO::TransferJob::slotData () from /usr/lib/libkio.so.4
#11 0x402d32c4 in KIO::TransferJob::qt_invoke () from /usr/lib/libkio.so.4
#12 0x40c4de9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0x402b205a in KIO::SlaveInterface::data () from /usr/lib/libkio.so.4
#14 0x402b0706 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#15 0x402b0469 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#16 0x402ade8b in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#17 0x402afbb8 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#18 0x40c4de9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#19 0x40c4dffd in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#20 0x40f76702 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#21 0x40c6a200 in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#22 0x40bf1aff in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#23 0x40bf10fe in QApplication::notify () from /usr/lib/libqt-mt.so.3
#24 0x407f8af9 in KApplication::notify () from /usr/lib/libkdecore.so.4
#25 0x40be168a in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#26 0x40b9c3cf in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#27 0x40c05498 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#28 0x40c05348 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#29 0x40bf1d51 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#30 0x40066cbc in kdemain () from /usr/lib/libkdeinit_konqueror.so
#31 0x080485fb in ?? ()
#32 0x00000002 in ?? ()
#33 0xbffffc34 in ?? ()
#34 0xbffffc08 in ?? ()
#35 0x41331dc6 in __libc_start_main () from /lib/libc.so.6

No problem is encoutered when copying if the copy does not overwrite an existing file.
Comment 1 Tommi Tervo 2005-05-12 14:53:15 UTC
Should be fixed

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