Bug 258679 - Dolphin crashes
Summary: Dolphin crashes
Status: RESOLVED DUPLICATE of bug 226725
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 14:01 UTC by thanosk
Modified: 2010-12-03 14:28 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 thanosk 2010-12-03 14:01:09 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.3 (KDE 4.5.3)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-61.fc13.i686.PAE i686
Distribution: "Fedora release 13 (Goddard)"

-- Information about the crash:
- What I was doing when the application crashed:
Dolphin crashed when I was browsing a folder with a dozen pdf files and I attempted to open one of them

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#7  link_before (list=0xb4904e34, link=0xb3d05250) at dbus-list.c:119
#8  _dbus_list_prepend_link (list=0xb4904e34, link=0xb3d05250) at dbus-list.c:312
#9  0x00a1061a in _dbus_list_append_link (list=0xb4904e34, link=0xb3d05250) at dbus-list.c:294
#10 0x009f61bd in _dbus_connection_queue_synthesized_message_link (connection=0xb4904e18, link=0xb3d05250) at dbus-connection.c:513
#11 0x00a069d1 in _dbus_pending_call_queue_timeout_error_unlocked (pending=0xb4904670, connection=0xb4904e18) at dbus-pending-call.c:215
#12 0x009f6964 in reply_handler_timeout (data=0xb4904670) at dbus-connection.c:3165
#13 0x00a0af33 in dbus_timeout_handle (timeout=0xb4904630) at dbus-timeout.c:473
#14 0x06d95c60 in q_dbus_timeout_handle (this=0x81bbfe0, e=0xbf841f50) at qdbus_symbols_p.h:172
#15 QDBusConnectionPrivate::timerEvent (this=0x81bbfe0, e=0xbf841f50) at qdbusintegrator.cpp:1035
#16 0x06c75ee4 in QObject::event (this=0x81bbfe0, e=0xbf841f50) at kernel/qobject.cpp:1212
#17 0x02a1f77c in QApplicationPrivate::notify_helper (this=0x81c58e0, receiver=0x81bbfe0, e=0xbf841f50) at kernel/qapplication.cpp:4306
#18 0x02a261d6 in QApplication::notify (this=0xbf8422c0, receiver=0x81bbfe0, e=0xbf841f50) at kernel/qapplication.cpp:3710
#19 0x075ddc8b in KApplication::notify (this=0xbf8422c0, receiver=0x81bbfe0, event=0xbf841f50) at /usr/src/debug/kdelibs-4.5.3/kdeui/kernel/kapplication.cpp:310
#20 0x06c66133 in QCoreApplication::notifyInternal (this=0xbf8422c0, receiver=0x81bbfe0, event=0xbf841f50) at kernel/qcoreapplication.cpp:726
#21 0x06c911fe in sendEvent (this=0x81cac34) at kernel/qcoreapplication.h:215
#22 QTimerInfoList::activateTimers (this=0x81cac34) at kernel/qeventdispatcher_unix.cpp:603
#23 0x06c8e788 in timerSourceDispatch (source=0x81cac68) at kernel/qeventdispatcher_glib.cpp:184
#24 idleTimerSourceDispatch (source=0x81cac68) at kernel/qeventdispatcher_glib.cpp:231
#25 0x006a1525 in g_main_dispatch (context=0x81c9290) at gmain.c:1960
#26 IA__g_main_context_dispatch (context=0x81c9290) at gmain.c:2513
#27 0x006a5268 in g_main_context_iterate (context=0x5e2490, block=1, dispatch=1, self=0x81c9e98) at gmain.c:2591
#28 0x006a5449 in IA__g_main_context_iteration (context=0x81c9290, may_block=1) at gmain.c:2654
#29 0x06c8e446 in QEventDispatcherGlib::processEvents (this=0x81a66a0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#30 0x02ace336 in QGuiEventDispatcherGlib::processEvents (this=0x81a66a0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#31 0x06c6480a in QEventLoop::processEvents (this=0xbf842214, flags=...) at kernel/qeventloop.cpp:149
#32 0x06c64b4a in QEventLoop::exec (this=0xbf842214, flags=...) at kernel/qeventloop.cpp:201
#33 0x06c68807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#34 0x02a1f828 in QApplication::exec () at kernel/qapplication.cpp:3585
#35 0x022a1c53 in kdemain (argc=6, argv=0xbf8424b4) at /usr/src/debug/kdebase-4.5.3/apps/dolphin/src/main.cpp:98
#36 0x0804872c in main (argc=6, argv=0xbf8424b4) at /usr/src/debug/kdebase-4.5.3/i686-redhat-linux-gnu/apps/dolphin/src/dolphin_dummy.cpp:3

Possible duplicates by query: bug 257583, bug 253967, bug 252239, bug 251058, bug 246653.

Reported using DrKonqi
Comment 1 Peter Penz 2010-12-03 14:28:12 UTC
Thanks for the bug report! This is an issue in the D-Bus library which
has been reported already. It is fixed in D-Bus 1.3.1 and later:

http://bugreports.qt.nokia.com/browse/QTBUG-7475
https://bugs.freedesktop.org/show_bug.cgi?id=17754

If you cannot update to D-Bus 1.3.1 or later, you can disable tool tips and the
Information Panel as a workaround.

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