Bug 128749 - konqueror crash when starting download
Summary: konqueror crash when starting download
Status: RESOLVED DUPLICATE of bug 94976
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:
: 128870 129165 129867 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-07 15:06 UTC by fbayer
Modified: 2006-07-21 13:20 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
backtrace from crashmanager (5.38 KB, text/plain)
2006-06-07 15:08 UTC, fbayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fbayer 2006-06-07 15:06:56 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages
OS:                Linux

do these steps to reproduce:

1. you want to download a file from sourceforge and select a mirror for example for this file: http://prdownloads.sourceforge.net/kopete/kopete-0.12.0.tar.bz2?download )

2. Before the download dialog automatically appears, click on the link which is given here: "Your download should begin shortly. If it does not, try ... "

3. now choose "save as.." -> little file manager appears. leave it open.

4. wait until the download window, which should automatically appear, appears. 

5. when clicking abort while the other download window (file browser window) is open, konqueror crashes.

hope its possible to reproduce this.
Comment 1 fbayer 2006-06-07 15:08:42 UTC
Created attachment 16503 [details]
backtrace from crashmanager
Comment 2 Tommi Tervo 2006-06-09 10:33:16 UTC
*** Bug 128870 has been marked as a duplicate of this bug. ***
Comment 3 Thiago Macieira 2006-06-11 12:30:51 UTC
No download window appears. I cannot reproduce this problem - Konqueror 3.5.3 r548000.

Pasting the backtrace:
#6  0xb719d6b6 in QShared::ref () from /usr/lib/libqt-mt.so.3
#7  0xb7595249 in QString::operator= () from /usr/lib/libqt-mt.so.3
#8  0xb7816774 in KURL::operator= () from /usr/lib/libkdecore.so.4
#9  0xb7859be1 in KURL::KURL () from /usr/lib/libkdecore.so.4
#10 0xb7f13c95 in QValueListPrivate<KURL>::insert ()
   from /usr/lib/libkparts.so.2
#11 0xb7af7c90 in KIO::copy () from /usr/lib/libkio.so.4
#12 0xb7f1176d in KParts::BrowserRun::simpleSave ()
   from /usr/lib/libkparts.so.2
#13 0xb7f11a96 in KParts::BrowserRun::save () from /usr/lib/libkparts.so.2
#14 0xb7f10b1f in KParts::BrowserRun::handleNonEmbeddable ()
   from /usr/lib/libkparts.so.2
#15 0xb678da87 in KonqRun::foundMimeType ()
   from /usr/lib/libkdeinit_konqueror.so
#16 0xb7f0ffaa in KParts::BrowserRun::slotBrowserMimetype ()
   from /usr/lib/libkparts.so.2
#17 0xb7f10042 in KParts::BrowserRun::qt_invoke ()
   from /usr/lib/libkparts.so.2
#18 0xb6742445 in KonqRun::qt_invoke () from /usr/lib/libkdeinit_konqueror.so
#19 0xb7277e29 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#20 0xb7aa2285 in KIO::TransferJob::mimetype () from /usr/lib/libkio.so.4
#21 0xb7aa22e8 in KIO::TransferJob::slotMimetype () from /usr/lib/libkio.so.4
#22 0xb7af3b42 in KIO::TransferJob::qt_invoke () from /usr/lib/libkio.so.4
#23 0xb7277e29 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#24 0xb727835a in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#25 0xb7ab8927 in KIO::SlaveInterface::mimeType () from /usr/lib/libkio.so.4
#26 0xb7b0b4f2 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#27 0xb7ab2739 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#28 0xb7ab7230 in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#29 0xb7ab73c5 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#30 0xb7277e29 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#31 0xb7278738 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#32 0xb760bbef in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#33 0xb729816e in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#34 0xb720ddc6 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#35 0xb720dfc2 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#36 0xb78dad7d in KApplication::notify () from /usr/lib/libkdecore.so.4
#37 0xb719f0ef in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#38 0xb71ff8e3 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#39 0xb71b2edb in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#40 0xb72268b7 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#41 0xb72267da in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#42 0xb720c8d5 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#43 0xb678aa51 in kdemain () from /usr/lib/libkdeinit_konqueror.so
#44 0xb7f274f4 in kdeinitmain () from /usr/lib/kde3/konqueror.so
Comment 4 Johannes Schaub 2006-06-12 22:25:32 UTC
i can confirm that error. i've exactly the same crash... most recent KDE 3.5 SVN of 12.06.06 (r550533)
Comment 5 Johannes Schaub 2006-06-12 22:32:04 UTC
thiago: you should of course choose a mirror first ;)

it should be said that konqueror doesn't crash immediately after you close the auto-download window. you have to save the file first, and then konqueror crashes. so, there would be (at least here!):

6. click "Save" and konqueror will crash
Comment 6 Thiago Macieira 2006-06-13 23:06:36 UTC
Still no crash, even if the download starts.
Comment 7 Tommi Tervo 2006-06-15 00:45:47 UTC
*** Bug 129165 has been marked as a duplicate of this bug. ***
Comment 8 Tommi Tervo 2006-06-26 22:00:55 UTC
*** Bug 129867 has been marked as a duplicate of this bug. ***
Comment 9 Tommi Tervo 2006-07-06 21:55:40 UTC
#6  0xb668e563 in QGuardedPtr<KonqMainWindow>::operator= (this=0x89f8948, 
    o=0x0) at qguardedptr.h:94
#7  0xb668d937 in KonqRun::foundMimeType (this=0x89f8870, _type=@0xbfe32b04)
    at konq_run.cc:124
#8  0xb7f12c80 in KParts::BrowserRun::slotBrowserMimetype (this=0x89f8870, 
    _job=0x8761f48, type=@0x85e0c90) at browserrun.cpp:200
#9  0xb7f147e3 in KParts::BrowserRun::qt_invoke (this=0x89f8870, _id=7, 
    _o=0xbfe32c04) at browserrun.moc:102
#10 0xb668d523 in KonqRun::qt_invoke (this=0x89f8870, _id=7, _o=0xbfe32c04)
    at konq_run.moc:88
#11 0xb7013929 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0xb7ccc5a2 in KIO::TransferJob::mimetype (this=0x8761f48, t0=0x8761f48, 
    t1=@0x8762058) at jobclasses.moc:1050
#13 0xb7ccc612 in KIO::TransferJob::slotMimetype (this=0x8761f48, 
    type=@0x87eabb0) at job.cpp:1084
#14 0xb7ccf7ff in KIO::TransferJob::qt_invoke (this=0x8761f48, _id=20, 
    _o=0xbfe32d24) at jobclasses.moc:1074
#15 0xb7013929 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0xb7014241 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0xb7cb949c in KIO::SlaveInterface::mimeType (this=0x8882908, 
    t0=@0xbfe32e80) at slaveinterface.moc:370
#18 0xb7cbad25 in KIO::SlaveInterface::dispatch (this=0x8882908, _cmd=21, 
    rawdata=@0xbfe32f58) at slaveinterface.cpp:338
#19 0xb7cba02e in KIO::SlaveInterface::dispatch (this=0x8882908)
Comment 10 Staffan Palmroos 2006-07-07 18:05:46 UTC
I have the same problem. I'm using KDE 3.5.3 on Gentoo x86

Steps to reproduce:

1. Go to sourceforge and select something to download
2. You are asked to select a mirror, do that
3. The next page says:
"Your download should begin shortly. If it does not, try
<download link> or choose a different mirror"
4. Before the download automatically starts, click the download link
5. A download dialog opens: "Open <file>?" with buttons "Save 
As..." "Open" "Cancel"
6. Choose "Save as..." and a file dialog opens
7. Now wait a little. A new download dialog opens because of the automatic 
download.
8. Select "Cancel" on this second download dialog.
9. Now when you click "Save" in the file dialog Konqueror crashes with a 
backtrace similar to Reply #3
Comment 11 lorenzo 2006-07-12 20:56:31 UTC
I have the same problem, if you pick to download before appears auto download, and cancel the second file, and save the first file that you clicked, konqueror crash, in all versions.
Comment 12 Tommi Tervo 2006-07-21 13:20:14 UTC

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