Bug 252265 - 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: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 17:01 UTC by Franclin Foping
Modified: 2010-09-24 17:19 UTC (History)
1 user (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 Franclin Foping 2010-09-24 17:01:25 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.31.14-0.1-desktop i686
Distribution: "openSUSE 11.2 (i586)"

-- Information about the crash:
- What I was doing when the application crashed:
Try to unzip a video archive with File Roller. Dolphin eventually crashes!

The crash can be reproduced some of the time.

-- Backtrace:
Application: Dolphin (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0xb5948700 (LWP 17168))]

Thread 2 (Thread 0xad0fdb70 (LWP 17720)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb6cd30c2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xae2561db in metronom_sync_loop () from /usr/lib/libxine.so.1
#3  0xb6cce6e5 in start_thread () from /lib/libpthread.so.0
#4  0xb6cce600 in ?? () from /lib/libpthread.so.0

Thread 1 (Thread 0xb5948700 (LWP 17168)):
[KCrash Handler]
#7  _dbus_connection_lock (connection=0x0) at dbus-connection.c:355
#8  0xb59c4955 in _dbus_pending_call_get_connection_and_lock (pending=0xae757178) at dbus-pending-call.c:307
#9  0xb59b5256 in reply_handler_timeout (data=0xae757178) at dbus-connection.c:3158
#10 0xb59c9840 in dbus_timeout_handle (timeout=0xae7261e0) at dbus-timeout.c:473
#11 0xb5e18ba1 in q_dbus_timeout_handle (timeout=<value optimized out>) at qdbus_symbols_p.h:174
#12 QDBusConnectionPrivate::timerEvent (timeout=<value optimized out>) at qdbusintegrator.cpp:1050
#13 0xb6e68434 in QObject::event (this=0x80c7a60, e=0xae757178) at kernel/qobject.cpp:1175
#14 0xb631fd3c in QApplicationPrivate::notify_helper (this=0x80ccfa8, receiver=0x80c7a60, e=0xbfb72d50) at kernel/qapplication.cpp:4396
#15 0xb6327c38 in QApplication::notify (this=0xbfb730b0, receiver=0x80c7a60, e=0xbfb72d50) at kernel/qapplication.cpp:4277
#16 0xb750d321 in KApplication::notify (this=0xbfb730b0, receiver=0x80c7a60, event=0xbfb72d50) at /usr/src/debug/kdelibs-4.5.1/kdeui/kernel/kapplication.cpp:310
#17 0xb6e54f5e in QCoreApplication::notifyInternal (this=0xbfb730b0, receiver=0x80c7a60, event=0xbfb72d50) at kernel/qcoreapplication.cpp:732
#18 0xb6e87fed in sendEvent (event=<value optimized out>, receiver=<value optimized out>) at kernel/qcoreapplication.h:215
#19 QTimerInfoList::activateTimers (event=<value optimized out>, receiver=<value optimized out>) at kernel/qeventdispatcher_unix.cpp:617
#20 0xb6e84b85 in timerSourceDispatch (source=0x80cfcc0) at kernel/qeventdispatcher_glib.cpp:184
#21 idleTimerSourceDispatch (source=0x80cfcc0) at kernel/qeventdispatcher_glib.cpp:231
#22 0xb5b774c2 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#23 0xb5b7ad98 in ?? () from /usr/lib/libglib-2.0.so.0
#24 0xb5b7aebe in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#25 0xb6e84821 in QEventDispatcherGlib::processEvents (this=0x80cca30, flags=...) at kernel/qeventdispatcher_glib.cpp:415
#26 0xb63e287a in QGuiEventDispatcherGlib::processEvents (this=0x80cca30, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#27 0xb6e53a0d in QEventLoop::processEvents (this=0xbfb73004, flags=) at kernel/qeventloop.cpp:149
#28 0xb6e53e99 in QEventLoop::exec (this=0xbfb73004, flags=...) at kernel/qeventloop.cpp:201
#29 0xb6e594c0 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#30 0xb631ea24 in QApplication::exec () at kernel/qapplication.cpp:3672
#31 0xb1b03889 in kdemain (argc=5, argv=0x80bdb78) at /usr/src/debug/kdebase-4.5.1/apps/dolphin/src/main.cpp:98
#32 0x0804ef0c in _start ()

Possible duplicates by query: bug 252233, bug 252066, bug 251958, bug 251865, bug 251783.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-09-24 17:19:43 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 ***