Bug 192750

Summary: Crash when accessing a Windows share in Dolphin
Product: [Frameworks and Libraries] kdelibs Reporter: Xavier Fung <xavier114fch>
Component: kdedAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: crash CC: andresbajotierra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Xavier Fung 2009-05-15 10:52:09 UTC
Application that crashed: kded4
Version of the application: $Id: kded.cpp 944898 2009-03-26 13:01:25Z dfaure $
KDE Version: 4.2.85 (KDE 4.2.85 (KDE 4.3 Beta1))
Qt Version: 4.5.1
Operating System: Linux 2.6.30-5-generic i686
Distribution: Ubuntu karmic (development branch)

What I was doing when the application crashed:
Seems unknown crash when a Windows share is accessed through Dolphin by means of smb://foo/bar, and it seems that the authentication dialog causes the error. Dolphin does not crash and can still load the Windows share, but the files there are not accessible without supplying authentication. Normally the share would not require any authentication to view files.

 -- Backtrace:
Application: KDE Daemon (kdeinit), signal: Segmentation fault
[KCrash Handler]
#6  KIO::AuthInfo::operator= (this=0xbfbf6eec, info=@0x96ee81c) at /media/disk/qt4/include/QtCore/qatomic_i386.h:120
#7  0x00f7de93 in AuthInfo (this=0xbfbf6eec, info=@0x96ee81c) at /media/disk/kdesvn/kdelibs/kio/kio/authinfo.cpp:123
#8  0x016f78b3 in KPasswdServerAdaptor::qt_metacall (this=0x974a680, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfbf7010)
    at /media/disk/kdesvn/build/kdebase/runtime/kpasswdserver/kpasswdserveradaptor.moc:139
#9  0x00b79eb9 in QMetaObject::activate (sender=0x977b3e8, from_signal_index=<value optimized out>, to_signal_index=8, argv=0xc4fd88) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3111
#10 0x00b7aaaa in QMetaObject::activate (sender=0x977b3e8, m=0x16fbc10, local_signal_index=0, argv=0xbfbf7010) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3185
#11 0x016ee9e3 in KPasswdServer::checkAuthInfoAsyncResult (this=0x977b3e8, _t1=744, _t2=9, _t3=@0x96ee81c) at /media/disk/kdesvn/build/kdebase/runtime/kpasswdserver/kpasswdserver.moc:121
#12 0x016f5a3a in KPasswdServer::processRequest (this=0x977b3e8) at /media/disk/kdesvn/kdebase/runtime/kpasswdserver/kpasswdserver.cpp:687
#13 0x016f655e in KPasswdServer::qt_metacall (this=0x977b3e8, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbfbf73fc) at /media/disk/kdesvn/build/kdebase/runtime/kpasswdserver/kpasswdserver.moc:108
#14 0x00b79eb9 in QMetaObject::activate (sender=0x96ede40, from_signal_index=<value optimized out>, to_signal_index=4, argv=0xc4fd88) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3111
#15 0x00b7aaaa in QMetaObject::activate (sender=0x96ede40, m=0xc50904, local_signal_index=0, argv=0x0) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:3185
#16 0x00b7e9fd in QSingleShotTimer::timeout (this=0x96ede40) at .moc/release-shared/qtimer.moc:76
#17 0x00b7eaec in QSingleShotTimer::timerEvent (this=0x96ede40) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qtimer.cpp:298
#18 0x00b742ed in QObject::event (this=0x96ede40, e=0xbfbf78b0) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qobject.cpp:1073
#19 0x0235d0cb in QApplicationPrivate::notify_helper (this=0x95045e8, receiver=0x96ede40, e=0xbfbf78b0) at /media/disk/kdesvn/qt-copy/src/gui/kernel/qapplication.cpp:4057
#20 0x023641e4 in QApplication::notify (this=0xbfbf7c20, receiver=0x96ede40, e=0xbfbf78b0) at /media/disk/kdesvn/qt-copy/src/gui/kernel/qapplication.cpp:4022
#21 0x03c26d24 in KApplication::notify (this=0xbfbf7c20, receiver=0x96ede40, event=0xbfbf78b0) at /media/disk/kdesvn/kdelibs/kdeui/kernel/kapplication.cpp:307
#22 0x00b651d6 in QCoreApplication::notifyInternal (this=0xbfbf7c20, receiver=0x96ede40, event=0xbfbf78b0) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qcoreapplication.cpp:610
#23 0x00b8fdfb in QTimerInfoList::activateTimers (this=0x9507474) at ../../include/QtCore/../../../../qt-copy/src/corelib/kernel/qcoreapplication.h:213
#24 0x00b8d9c1 in timerSourceDispatch (source=0x9507440) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qeventdispatcher_glib.cpp:164
#25 0x0052af68 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#26 0x0052e578 in ?? () from /usr/lib/libglib-2.0.so.0
#27 0x0052e6ea in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#28 0x00b8d924 in QEventDispatcherGlib::processEvents (this=0x95045c8, flags={i = 36}) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qeventdispatcher_glib.cpp:324
#29 0x023f43bf in QGuiEventDispatcherGlib::processEvents (this=0x95045c8, flags={i = 36}) at /media/disk/kdesvn/qt-copy/src/gui/kernel/qguieventdispatcher_glib.cpp:202
#30 0x00b63a2f in QEventLoop::processEvents (this=0xbfbf7b74, flags=) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qeventloop.cpp:149
#31 0x00b63e18 in QEventLoop::exec (this=0xbfbf7b74, flags={i = 0}) at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qeventloop.cpp:200
#32 0x00b65e2f in QCoreApplication::exec () at /media/disk/kdesvn/qt-copy/src/corelib/kernel/qcoreapplication.cpp:888
#33 0x0235cf77 in QApplication::exec () at /media/disk/kdesvn/qt-copy/src/gui/kernel/qapplication.cpp:3526
#34 0x00ee8c66 in kdemain (argc=1, argv=0x94fbe58) at /media/disk/kdesvn/kdelibs/kded/kded.cpp:938
#35 0x0804dfe1 in launch (argc=<value optimized out>, _name=<value optimized out>, args=<value optimized out>, cwd=0x0, envc=0, envs=0x0, reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8051388 "0") at /media/disk/kdesvn/kdelibs/kinit/kinit.cpp:667
#36 0x0804ff38 in main (argc=2, argv=0xbfbf8134, envp=0xbfbf8140) at /media/disk/kdesvn/kdelibs/kinit/kinit.cpp:1726

This bug may be a duplicate of or related to bug 192525
Comment 1 Dario Andres 2009-05-15 13:58:08 UTC
Indeed, the crash seems to be the same as bug 192525. Marking as duplicate
Thanks!

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