Bug 217309 - Dolphin crashes while connecting Windows share with smb (ex : smb://10.222.2.159)
Summary: Dolphin crashes while connecting Windows share with smb (ex : smb://10.222.2....
Status: RESOLVED FIXED
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-12-04 10:13 UTC by ozcan
Modified: 2018-03-31 12:17 UTC (History)
2 users (show)

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 ozcan 2009-12-04 10:13:48 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-14-generic x86_64
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
Dolphin crashes while connecting Windows share with smb (ex : smb://10.222.2.159) 

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#5  0x00007f5a8de75987 in ?? () from /usr/lib/libkio.so.5
#6  0x00007f5a8de77d73 in ?? () from /usr/lib/libkio.so.5
#7  0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#8  0x00007f5a8bff1af2 in KJob::result(KJob*) () from /usr/lib/libkdecore.so.5
#9  0x00007f5a8bff1e6f in KJob::emitResult() () from /usr/lib/libkdecore.so.5
#10 0x00007f5a8de47d93 in KIO::SimpleJob::slotFinished() () from /usr/lib/libkio.so.5
#11 0x00007f5a8de47ed0 in KIO::ListJob::slotFinished() () from /usr/lib/libkio.so.5
#12 0x00007f5a8de4f9d9 in KIO::ListJob::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkio.so.5
#13 0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#14 0x00007f5a8df08a81 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /usr/lib/libkio.so.5
#15 0x00007f5a8df05333 in KIO::SlaveInterface::dispatch() () from /usr/lib/libkio.so.5
#16 0x00007f5a8def814d in KIO::Slave::gotInput() () from /usr/lib/libkio.so.5
#17 0x00007f5a8defa26c in KIO::Slave::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkio.so.5
#18 0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#19 0x00007f5a8de14f57 in ?? () from /usr/lib/libkio.so.5
#20 0x00007f5a8de1507d in KIO::Connection::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkio.so.5
#21 0x00007f5a8adf10f9 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#22 0x00007f5a8b274efc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x00007f5a8b27c1ce in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#24 0x00007f5a8c5a9ab6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#25 0x00007f5a8ade1c2c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#26 0x00007f5a8ade280a in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#27 0x00007f5a8ae0a533 in ?? () from /usr/lib/libQtCore.so.4
#28 0x00007f5a868ffbbe in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#29 0x00007f5a86903588 in ?? () from /lib/libglib-2.0.so.0
#30 0x00007f5a869036b0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#31 0x00007f5a8ae0a1a6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#32 0x00007f5a8b3094be in ?? () from /usr/lib/libQtGui.so.4
#33 0x00007f5a8ade0532 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x00007f5a8ade0904 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#35 0x00007f5a8ade2ab9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#36 0x0000000000439555 in _start ()

This bug may be a duplicate of or related to bug 217146

Reported using DrKonqi
Comment 1 Dario Andres 2009-12-04 12:42:23 UTC
There are some related bugs reported.
- If you can reproduce the crash at will (or you experience this regularly), can you install the "kdelibs5-dbg" package and post a complete backtrace here?
- Do you do something else besides entering the smb share ?
Thanks
Comment 2 ozcan 2009-12-08 11:01:04 UTC
Bug happens any time I try. I write the share address, press enter, Dolphin asks for share user name and password, I write them, press enter, then crashes.


(In reply to comment #0)
> Application that crashed: dolphin
> Version of the application: 1.3
> KDE Version: 4.3.2 (KDE 4.3.2)
> Qt Version: 4.5.2
> Operating System: Linux 2.6.31-14-generic x86_64
> Distribution: Ubuntu 9.10
> 
> What I was doing when the application crashed:
> Dolphin crashes while connecting Windows share with smb (ex :
> smb://10.222.2.159) 
> 
>  -- Backtrace:
> Application: Dolphin (dolphin), signal: Segmentation fault
> [KCrash Handler]
> #5  0x00007f5a8de75987 in ?? () from /usr/lib/libkio.so.5
> #6  0x00007f5a8de77d73 in ?? () from /usr/lib/libkio.so.5
> #7  0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) ()
> from /usr/lib/libQtCore.so.4
> #8  0x00007f5a8bff1af2 in KJob::result(KJob*) () from /usr/lib/libkdecore.so.5
> #9  0x00007f5a8bff1e6f in KJob::emitResult() () from /usr/lib/libkdecore.so.5
> #10 0x00007f5a8de47d93 in KIO::SimpleJob::slotFinished() () from
> /usr/lib/libkio.so.5
> #11 0x00007f5a8de47ed0 in KIO::ListJob::slotFinished() () from
> /usr/lib/libkio.so.5
> #12 0x00007f5a8de4f9d9 in KIO::ListJob::qt_metacall(QMetaObject::Call, int,
> void**) () from /usr/lib/libkio.so.5
> #13 0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) ()
> from /usr/lib/libQtCore.so.4
> #14 0x00007f5a8df08a81 in KIO::SlaveInterface::dispatch(int, QByteArray const&)
> () from /usr/lib/libkio.so.5
> #15 0x00007f5a8df05333 in KIO::SlaveInterface::dispatch() () from
> /usr/lib/libkio.so.5
> #16 0x00007f5a8def814d in KIO::Slave::gotInput() () from /usr/lib/libkio.so.5
> #17 0x00007f5a8defa26c in KIO::Slave::qt_metacall(QMetaObject::Call, int,
> void**) () from /usr/lib/libkio.so.5
> #18 0x00007f5a8adf6ddc in QMetaObject::activate(QObject*, int, int, void**) ()
> from /usr/lib/libQtCore.so.4
> #19 0x00007f5a8de14f57 in ?? () from /usr/lib/libkio.so.5
> #20 0x00007f5a8de1507d in KIO::Connection::qt_metacall(QMetaObject::Call, int,
> void**) () from /usr/lib/libkio.so.5
> #21 0x00007f5a8adf10f9 in QObject::event(QEvent*) () from
> /usr/lib/libQtCore.so.4
> #22 0x00007f5a8b274efc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
> () from /usr/lib/libQtGui.so.4
> #23 0x00007f5a8b27c1ce in QApplication::notify(QObject*, QEvent*) () from
> /usr/lib/libQtGui.so.4
> #24 0x00007f5a8c5a9ab6 in KApplication::notify(QObject*, QEvent*) () from
> /usr/lib/libkdeui.so.5
> #25 0x00007f5a8ade1c2c in QCoreApplication::notifyInternal(QObject*, QEvent*)
> () from /usr/lib/libQtCore.so.4
> #26 0x00007f5a8ade280a in QCoreApplicationPrivate::sendPostedEvents(QObject*,
> int, QThreadData*) () from /usr/lib/libQtCore.so.4
> #27 0x00007f5a8ae0a533 in ?? () from /usr/lib/libQtCore.so.4
> #28 0x00007f5a868ffbbe in g_main_context_dispatch () from /lib/libglib-2.0.so.0
> #29 0x00007f5a86903588 in ?? () from /lib/libglib-2.0.so.0
> #30 0x00007f5a869036b0 in g_main_context_iteration () from
> /lib/libglib-2.0.so.0
> #31 0x00007f5a8ae0a1a6 in
> QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
> from /usr/lib/libQtCore.so.4
> #32 0x00007f5a8b3094be in ?? () from /usr/lib/libQtGui.so.4
> #33 0x00007f5a8ade0532 in
> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
> /usr/lib/libQtCore.so.4
> #34 0x00007f5a8ade0904 in
> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
> /usr/lib/libQtCore.so.4
> #35 0x00007f5a8ade2ab9 in QCoreApplication::exec() () from
> /usr/lib/libQtCore.so.4
> #36 0x0000000000439555 in _start ()
> 
> This bug may be a duplicate of or related to bug 217146
> 
> Reported using DrKonqi

(In reply to comment #1)
> There are some related bugs reported.
> - If you can reproduce the crash at will (or you experience this regularly),
> can you install the "kdelibs5-dbg" package and post a complete backtrace here?
> - Do you do something else besides entering the smb share ?
> Thanks
Comment 3 Dario Andres 2009-12-09 23:13:34 UTC
- Can you install the "kdelibs5-dbg" package and post a complete backtrace here? (you can get more information at http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports ) Thanks
Comment 4 ozcan 2010-08-09 15:10:50 UTC
is this what you want? I hope it helps...


Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 1 (Thread 0x7ffff7fb4760 (LWP 9368))]

Thread 2 (Thread 0x7fffe4b73710 (LWP 9372)):
#0  0x00007ffff3c3ff83 in *__GI___poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ffff00654a9 in ?? () from /lib/libglib-2.0.so.0
#2  0x00007ffff00658fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x00007ffff4394566 in QEventDispatcherGlib::processEvents (this=0x895af0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:414
#4  0x00007ffff4369992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#5  0x00007ffff4369d6c in QEventLoop::exec (this=0x7fffe4b72db0, flags=) at kernel/qeventloop.cpp:201
#6  0x00007ffff4273d59 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#7  0x00007ffff434a178 in QInotifyFileSystemWatcherEngine::run (this=0xa89ba0) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007ffff4276775 in QThreadPrivate::start (arg=0xa89ba0) at thread/qthread_unix.cpp:248
#9  0x00007ffff11ab9ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#10 0x00007ffff3c4c6fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fb4760 (LWP 9368)):
[KCrash Handler]
#5  0x00007ffff619b4b2 in KDirListerCache::slotUpdateResult (this=0x787520, j=<value optimized out>) at ../../kio/kio/kdirlister.cpp:1599
#6  0x00007ffff61a3993 in KDirListerCache::qt_metacall (this=0x787520, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffffffca60) at ./kdirlister_p.moc:108
#7  0x00007ffff437de3f in QMetaObject::activate (sender=0xb4ba20, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x80f390) at kernel/qobject.cpp:3293
#8  0x00007ffff49fbb82 in KJob::result (this=0xa5c528, _t1=0xb4ba20) at ./kjob.moc:194
#9  0x00007ffff49fbe20 in KJob::emitResult (this=0xb4ba20) at ../../kdecore/jobs/kjob.cpp:312
#10 0x00007ffff6172503 in KIO::SimpleJob::slotFinished (this=0xb4ba20) at ../../kio/kio/job.cpp:486
#11 0x00007ffff6172640 in KIO::ListJob::slotFinished (this=0xb4ba20) at ../../kio/kio/job.cpp:2505
#12 0x00007ffff6176339 in KIO::ListJob::qt_metacall (this=0xb4ba20, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffffffcd90) at ./jobclasses.moc:818
#13 0x00007ffff437de3f in QMetaObject::activate (sender=0x100fc00, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x80f390) at kernel/qobject.cpp:3293
#14 0x00007ffff6232271 in KIO::SlaveInterface::dispatch (this=0x100fc00, _cmd=104, rawdata=...) at ../../kio/kio/slaveinterface.cpp:175
#15 0x00007ffff622f5e3 in KIO::SlaveInterface::dispatch (this=0x100fc00) at ../../kio/kio/slaveinterface.cpp:91
#16 0x00007ffff6223a46 in KIO::Slave::gotInput (this=0x100fc00) at ../../kio/kio/slave.cpp:324
#17 0x00007ffff6223c2c in KIO::Slave::qt_metacall (this=0x100fc00, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffffffd1b0) at ./slave.moc:82
#18 0x00007ffff437de3f in QMetaObject::activate (sender=0xfec080, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x80f390) at kernel/qobject.cpp:3293
#19 0x00007ffff61419d7 in KIO::ConnectionPrivate::dequeue (this=0x9a9710) at ../../kio/kio/connection.cpp:82
#20 0x00007ffff6141afd in KIO::Connection::qt_metacall (this=0xfec080, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x12acd30) at ./connection.moc:79
#21 0x00007ffff437ad49 in QObject::event (this=0xfec080, e=0x19ac7c0) at kernel/qobject.cpp:1248
#22 0x00007ffff4f5822c in QApplicationPrivate::notify_helper (this=0x6d54a0, receiver=0xfec080, e=0x19ac7c0) at kernel/qapplication.cpp:4300
#23 0x00007ffff4f5e6fb in QApplication::notify (this=0x7fffffffdcb0, receiver=0xfec080, e=0x19ac7c0) at kernel/qapplication.cpp:4183
#24 0x00007ffff5c63526 in KApplication::notify (this=0x7fffffffdcb0, receiver=0xfec080, event=0x19ac7c0) at ../../kdeui/kernel/kapplication.cpp:302
#25 0x00007ffff436b06c in QCoreApplication::notifyInternal (this=0x7fffffffdcb0, receiver=0xfec080, event=0x19ac7c0) at kernel/qcoreapplication.cpp:704
#26 0x00007ffff436d7e7 in QCoreApplication::sendEvent (receiver=0x0, event_type=<value optimized out>, data=0x6a8c30) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#27 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=<value optimized out>, data=0x6a8c30) at kernel/qcoreapplication.cpp:1345
#28 0x00007ffff43949d3 in QCoreApplication::sendPostedEvents (s=<value optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#29 postEventSourceDispatch (s=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:276
#30 0x00007ffff00618c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x00007ffff0065748 in ?? () from /lib/libglib-2.0.so.0
#32 0x00007ffff00658fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#33 0x00007ffff4394513 in QEventDispatcherGlib::processEvents (this=0x6a8770, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#34 0x00007ffff500846e in QGuiEventDispatcherGlib::processEvents (this=0xa5c528, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#35 0x00007ffff4369992 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#36 0x00007ffff4369d6c in QEventLoop::exec (this=0x7fffffffdc00, flags=) at kernel/qeventloop.cpp:201
#37 0x00007ffff436daab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#38 0x000000000043b1c5 in _start ()
Comment 5 Julian Steinmann 2018-03-13 19:50:26 UTC
This issue is probably fixed. If @ozcan cannot reproduce this bug anymore with Dolphin 17.12.3, I'll close this bug soon™.
Comment 6 Julian Steinmann 2018-03-31 12:17:22 UTC
No response -> closing. Please reopen if you can still reproduce this behavior with the newest version of Dolphin.