Bug 201290 - Dolphin crash at SMB share access
Summary: Dolphin crash at SMB share access
Status: RESOLVED DUPLICATE of bug 197851
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 22:50 UTC by Raine
Modified: 2009-07-24 18:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
dolphin crash info (5.04 KB, application/octet-stream)
2009-07-24 18:43 UTC, Raine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Raine 2009-07-23 22:50:53 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.2.96 (KDE 4.2.96 (KDE 4.3 RC2))
Qt Version: 4.5.0
Operating System: Linux 2.6.28-14-generic i686
Distribution: Ubuntu 9.04

What I was doing when the application crashed:
Trying to access a smb share on Dolphin, a password window appears and login and passwrod are given, once clicking in OK button. Crash! (segmentation fault). After a lot of tries, it's now impossible to even open the smb share login window. It crashes continously...

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  0xb7d95af3 in ?? () from /usr/lib/libkio.so.5
#7  0xb7d9ba24 in ?? () from /usr/lib/libkio.so.5
#8  0xb66bdca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#9  0xb66be932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#10 0xb72d2cb3 in KJob::result () from /usr/lib/libkdecore.so.5
#11 0xb72d3159 in KJob::emitResult () from /usr/lib/libkdecore.so.5
#12 0xb7d6c5a5 in KIO::SimpleJob::slotFinished () from /usr/lib/libkio.so.5
#13 0xb7d6cb5e in KIO::ListJob::slotFinished () from /usr/lib/libkio.so.5
#14 0xb7d6e593 in KIO::ListJob::qt_metacall () from /usr/lib/libkio.so.5
#15 0xb66bdca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#16 0xb66be932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#17 0xb7e32417 in KIO::SlaveInterface::finished () from /usr/lib/libkio.so.5
#18 0xb7e36157 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.5
#19 0xb7e328f7 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.5
#20 0xb7e2466d in KIO::Slave::gotInput () from /usr/lib/libkio.so.5
#21 0xb7e26b03 in KIO::Slave::qt_metacall () from /usr/lib/libkio.so.5
#22 0xb66bdca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#23 0xb66be932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#24 0xb7d31147 in KIO::Connection::readyRead () from /usr/lib/libkio.so.5
#25 0xb7d32ab3 in ?? () from /usr/lib/libkio.so.5
#26 0xb7d32e96 in KIO::Connection::qt_metacall () from /usr/lib/libkio.so.5
#27 0xb66b68fb in QMetaCallEvent::placeMetaCall () from /usr/lib/libQtCore.so.4
#28 0xb66b83a0 in QObject::event () from /usr/lib/libQtCore.so.4
#29 0xb68dfe9c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#30 0xb68e819e in QApplication::notify () from /usr/lib/libQtGui.so.4
#31 0xb764d4dd in KApplication::notify () from /usr/lib/libkdeui.so.5
#32 0xb66a7a3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#33 0xb66a8695 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#34 0xb66a888d in QCoreApplication::sendPostedEvents () from /usr/lib/libQtCore.so.4
#35 0xb66d37ef in ?? () from /usr/lib/libQtCore.so.4
#36 0xb5e1db88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#37 0xb5e210eb in ?? () from /usr/lib/libglib-2.0.so.0
#38 0xb5e21268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#39 0xb66d3438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#40 0xb6981365 in ?? () from /usr/lib/libQtGui.so.4
#41 0xb66a606a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#42 0xb66a64aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#43 0xb66a8959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#44 0xb68dfd17 in QApplication::exec () from /usr/lib/libQtGui.so.4
#45 0x0807a8bf in _start ()

Reported using DrKonqi
Comment 1 Raine 2009-07-23 22:53:21 UTC
Could it be something related to this recently posted bug on Ubuntu?

https://bugs.kde.org/show_bug.cgi?id=201290
Comment 2 Raine 2009-07-23 22:57:39 UTC
Oops...sorry wrong link!

https://bugs.launchpad.net/ubuntu/+bug/402693
Comment 3 Dario Andres 2009-07-24 02:52:23 UTC
As you are getting this crashes all the time, could you please install the "kdelibs5-dbg" package and try to get a complete backtrace? (using the "Developer Information" tab in the crash handler dialog) 
The link in launchpad seems unrelated.
Thanks
Comment 4 Raine 2009-07-24 03:20:15 UTC
(In reply to comment #3)
> As you are getting this crashes all the time, could you please install the
> "kdelibs5-dbg" package and try to get a complete backtrace? (using the
> "Developer Information" tab in the crash handler dialog) 
> The link in launchpad seems unrelated.
> Thanks
Ok I'll do that also installing libglib dbg
Thanks for the quick reply!
Regards,
Raine
Comment 5 Raine 2009-07-24 18:43:41 UTC
Created attachment 35608 [details]
dolphin crash info
Comment 6 Raine 2009-07-24 18:44:25 UTC
Last post has crash info with debug details
Comment 7 Dario Andres 2009-07-24 18:53:33 UTC
Pasting the backtrace inline:
---------

Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  KDirListerCache::slotUpdateResult (this=0x8f7c618, j=0x920c7d0) at /build/buildd/kde4libs-4.2.98a/kio/kio/kdirlister.cpp:1539
#7  0xb7e7c014 in KDirListerCache::qt_metacall (this=0x8f7c618, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0xbfa37d5c) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/kdirlister_p.moc:102
#8  0xb679dca8 in QMetaObject::activate (sender=0x920c7d0, from_signal_index=7, to_signal_index=7, argv=0xbfa37d5c) at kernel/qobject.cpp:3069
#9  0xb679e932 in QMetaObject::activate (sender=0x920c7d0, m=0x80b6400, local_signal_index=3, argv=0xbfa37d5c) at kernel/qobject.cpp:3143
#10 0xb73b2cb3 in KJob::result (this=0x920c7d0, _t1=0x920c7d0) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kdecore/kjob.moc:188
#11 0xb73b3159 in KJob::emitResult (this=0x920c7d0) at /build/buildd/kde4libs-4.2.98a/kdecore/jobs/kjob.cpp:304
#12 0xb7e4cb95 in KIO::SimpleJob::slotFinished (this=0x920c7d0) at /build/buildd/kde4libs-4.2.98a/kio/kio/job.cpp:477
#13 0xb7e4d14e in KIO::ListJob::slotFinished (this=0x920c7d0) at /build/buildd/kde4libs-4.2.98a/kio/kio/job.cpp:2408
#14 0xb7e4eb83 in KIO::ListJob::qt_metacall (this=0x920c7d0, _c=QMetaObject::InvokeMetaMethod, _id=3, _a=0xbfa37f48) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/jobclasses.moc:764
#15 0xb679dca8 in QMetaObject::activate (sender=0x9274a58, from_signal_index=8, to_signal_index=8, argv=0x0) at kernel/qobject.cpp:3069
#16 0xb679e932 in QMetaObject::activate (sender=0x9274a58, m=0xb7ff5f44, local_signal_index=4, argv=0x0) at kernel/qobject.cpp:3143
#17 0xb7f12b87 in KIO::SlaveInterface::finished (this=0x9274a58) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/slaveinterface.moc:165
#18 0xb7f168c7 in KIO::SlaveInterface::dispatch (this=0x9274a58, _cmd=104, rawdata=@0xbfa38114) at /build/buildd/kde4libs-4.2.98a/kio/kio/slaveinterface.cpp:175
#19 0xb7f13067 in KIO::SlaveInterface::dispatch (this=0x9274a58) at /build/buildd/kde4libs-4.2.98a/kio/kio/slaveinterface.cpp:91
#20 0xb7f04ddd in KIO::Slave::gotInput (this=0x9274a58) at /build/buildd/kde4libs-4.2.98a/kio/kio/slave.cpp:322
#21 0xb7f07273 in KIO::Slave::qt_metacall (this=0x9274a58, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfa38228) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/slave.moc:76
#22 0xb679dca8 in QMetaObject::activate (sender=0x9279b30, from_signal_index=4, to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3069
#23 0xb679e932 in QMetaObject::activate (sender=0x9279b30, m=0xb7ff2880, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3143
#24 0xb7e11147 in KIO::Connection::readyRead (this=0x9279b30) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/connection.moc:86
#25 0xb7e12ab3 in KIO::ConnectionPrivate::dequeue (this=0x8fb10e0) at /build/buildd/kde4libs-4.2.98a/kio/kio/connection.cpp:82
#26 0xb7e12e96 in KIO::Connection::qt_metacall (this=0x9279b30, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x908d900) at /build/buildd/kde4libs-4.2.98a/obj-i486-linux-gnu/kio/connection.moc:73
#27 0xb67968fb in QMetaCallEvent::placeMetaCall (this=0x91ca670, object=0x9279b30) at kernel/qobject.cpp:489
#28 0xb67983a0 in QObject::event (this=0x9279b30, e=0x91ca670) at kernel/qobject.cpp:1118
#29 0xb69bfe9c in QApplicationPrivate::notify_helper (this=0x8e903d0, receiver=0x9279b30, e=0x91ca670) at kernel/qapplication.cpp:4084
#30 0xb69c819e in QApplication::notify (this=0xbfa389d4, receiver=0x9279b30, e=0x91ca670) at kernel/qapplication.cpp:3631
#31 0xb772e5cd in KApplication::notify (this=0xbfa389d4, receiver=0x9279b30, event=0x91ca670) at /build/buildd/kde4libs-4.2.98a/kdeui/kernel/kapplication.cpp:302
#32 0xb6787a3b in QCoreApplication::notifyInternal (this=0xbfa389d4, receiver=0x9279b30, event=0x91ca670) at kernel/qcoreapplication.cpp:602
#33 0xb6788695 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x8e68b38) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#34 0xb678888d in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1132
#35 0xb67b37ef in postEventSourceDispatch (s=0x8e91da0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#36 0xb5efdb88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#37 0xb5f010eb in ?? () from /usr/lib/libglib-2.0.so.0
#38 0xb5f01268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#39 0xb67b3438 in QEventDispatcherGlib::processEvents (this=0x8e68d10, flags={i = -1079801672}) at kernel/qeventdispatcher_glib.cpp:323
#40 0xb6a61365 in QGuiEventDispatcherGlib::processEvents (this=0x8e68d10, flags={i = -1079801624}) at kernel/qguieventdispatcher_glib.cpp:202
#41 0xb678606a in QEventLoop::processEvents (this=0xbfa38960, flags={i = -1079801560}) at kernel/qeventloop.cpp:149
#42 0xb67864aa in QEventLoop::exec (this=0xbfa38960, flags={i = -1079801496}) at kernel/qeventloop.cpp:200
#43 0xb6788959 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:880
#44 0xb69bfd17 in QApplication::exec () at kernel/qapplication.cpp:3553
#45 0x0807a8bf in _start ()
Comment 8 Dario Andres 2009-07-24 18:55:21 UTC
Merging with bug 197851 which has the same backtrace and situation. Thanks

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