Bug 250295 - Dolphin crashed by opening text files
Summary: Dolphin crashed by opening text files
Status: RESOLVED DUPLICATE of bug 232054
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-05 18:34 UTC by Gatoso
Modified: 2010-09-05 20:17 UTC (History)
0 users

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 Gatoso 2010-09-05 18:34:49 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.1 (KDE 4.5.1) (Compiled from sources)
Qt Version: 4.6.3
Operating System: Linux 2.6.35-ARCH i686
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:

I opened some text files (kwrite) from a folder and dolphin crashed

Also I was copying files from a directory to another one.

-- Backtrace:
Application: Dolphin (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#7  0xb19f901c in _dbus_connection_lock () from /usr/lib/libdbus-1.so.3
#8  0xb1a0a8db in _dbus_pending_call_get_connection_and_lock () from /usr/lib/libdbus-1.so.3
#9  0xb19fcbc6 in reply_handler_timeout () from /usr/lib/libdbus-1.so.3
#10 0xb1a0f3c1 in dbus_timeout_handle () from /usr/lib/libdbus-1.so.3
#11 0xb5f27954 in q_dbus_timeout_handle (this=0x8c2bc40, e=0xbfd0c870) at qdbus_symbols_p.h:172
#12 QDBusConnectionPrivate::timerEvent (this=0x8c2bc40, e=0xbfd0c870) at qdbusintegrator.cpp:1035
#13 0xb6f4c444 in QObject::event (this=0x8c2bc40, e=0xbfd0c870) at kernel/qobject.cpp:1204
#14 0xb63ea111 in QApplicationPrivate::notify_helper (this=0x8c33ee0, receiver=0x8c2bc40, e=0xbfd0c870) at kernel/qapplication.cpp:4302
#15 0xb63eec43 in QApplication::notify (this=0xbfd0cbc8, receiver=0x8c2bc40, e=0xbfd0c870) at kernel/qapplication.cpp:4185
#16 0xb7579f51 in KApplication::notify (this=0xbfd0cbc8, receiver=0x8c2bc40, event=0xbfd0c870) at /home/zuargo/PKGBUILD/kdelibs/src/kdelibs-4.5.1/kdeui/kernel/kapplication.cpp:310
#17 0xb6f37a7b in QCoreApplication::notifyInternal (this=0xbfd0cbc8, receiver=0x8c2bc40, event=0xbfd0c870) at kernel/qcoreapplication.cpp:726
#18 0xb6f68da1 in QCoreApplication::sendEvent (this=0x8c375c4) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#19 QTimerInfoList::activateTimers (this=0x8c375c4) at kernel/qeventdispatcher_unix.cpp:603
#20 0xb6f657c7 in timerSourceDispatch (source=0x8c37a00) at kernel/qeventdispatcher_glib.cpp:184
#21 idleTimerSourceDispatch (source=0x8c37a00) at kernel/qeventdispatcher_glib.cpp:231
#22 0xb5cb0042 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#23 0xb5cb0820 in g_main_context_iterate.clone.5 () from /usr/lib/libglib-2.0.so.0
#24 0xb5cb0ad4 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#25 0xb6f65ecc in QEventDispatcherGlib::processEvents (this=0x8c33ff0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#26 0xb64a3645 in QGuiEventDispatcherGlib::processEvents (this=0x8c33ff0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#27 0xb6f364b9 in QEventLoop::processEvents (this=0xbfd0cb14, flags=...) at kernel/qeventloop.cpp:149
#28 0xb6f3672a in QEventLoop::exec (this=0xbfd0cb14, flags=...) at kernel/qeventloop.cpp:201
#29 0xb6f3c12f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#30 0xb63e79a7 in QApplication::exec () at kernel/qapplication.cpp:3581
#31 0xb1bb3355 in kdemain (argc=5, argv=0x8bf0a48) at /home/zuargo/PKGBUILD/kdebase/src/kdebase-4.5.1/apps/dolphin/src/main.cpp:98
#32 0x0804e6d2 in launch (argc=5, _name=0x8c05ab4 "/usr/bin/dolphin", args=<value optimized out>, cwd=0x0, envc=1, envs=<value optimized out>, reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8c05b05 "zuargo-archlinux;1283702988;555604;1704_TIME37833686") at /home/zuargo/PKGBUILD/kdelibs/src/kdelibs-4.5.1/kinit/kinit.cpp:723
#33 0x0804f445 in handle_launcher_request (sock=<value optimized out>, who=0xa <Address 0xa out of bounds>) at /home/zuargo/PKGBUILD/kdelibs/src/kdelibs-4.5.1/kinit/kinit.cpp:1215
#34 0x0804f7d4 in handle_requests (waitForPid=0) at /home/zuargo/PKGBUILD/kdelibs/src/kdelibs-4.5.1/kinit/kinit.cpp:1408
#35 0x0804fd2d in main (argc=) at /home/zuargo/PKGBUILD/kdelibs/src/kdelibs-4.5.1/kinit/kinit.cpp:1892

This bug may be a duplicate of or related to bug 208921.

Possible duplicates by query: bug 250165, bug 249678, bug 249556, bug 249482, bug 249348.

Reported using DrKonqi
Comment 1 Peter Penz 2010-09-05 20:17:57 UTC
Thanks for the report. This is an issue in libdbus. Please upgrade to a version >= 1.3.1 or disable the tooltips or information panel of Dolphin.

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