Bug 252270 - dolphin frezees
Summary: dolphin frezees
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 18:35 UTC by jaro31416
Modified: 2010-09-25 12:58 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 jaro31416 2010-09-24 18:35:22 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.34.7-0.2-desktop i686
Distribution: "openSUSE 11.3 (i586)"

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

Dolphin takes many time after open file, or copy & paste etc.... Then it crash....

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

Thread 2 (Thread 0xabf53b70 (LWP 27647)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb6cf3452 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xad25c1d7 in metronom_sync_loop () from /usr/lib/libxine.so.1
#3  0xb6ceeb25 in start_thread () from /lib/libpthread.so.0
#4  0xb60a446e in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb5957710 (LWP 27607)):
[KCrash Handler]
#7  _dbus_connection_lock (connection=0x0) at dbus-connection.c:355
#8  0xb59d6985 in _dbus_pending_call_get_connection_and_lock (pending=0x870bd90) at dbus-pending-call.c:307
#9  0xb59c72d6 in reply_handler_timeout (data=0x870bd90) at dbus-connection.c:3163
#10 0xb59dbb90 in dbus_timeout_handle (timeout=0x870b8f8) at dbus-timeout.c:473
#11 0xb5e578f1 in q_dbus_timeout_handle (this=0x80c5578, e=0xbfabc770) at qdbus_symbols_p.h:174
#12 QDBusConnectionPrivate::timerEvent (this=0x80c5578, e=0xbfabc770) at qdbusintegrator.cpp:1050
#13 0xb6e7e4e4 in QObject::event (this=0x80c5578, e=0xbfabc770) at kernel/qobject.cpp:1175
#14 0xb63691a4 in QApplicationPrivate::notify_helper (this=0x80ca120, receiver=0x80c5578, e=0xbfabc770) at kernel/qapplication.cpp:4396
#15 0xb6371dd7 in QApplication::notify (this=0xbfabcac0, receiver=0x80c5578, e=0xbfabc770) at kernel/qapplication.cpp:3798
#16 0xb74b0401 in KApplication::notify (this=0xbfabcac0, receiver=0x80c5578, event=0xbfabc770) at /usr/src/debug/kdelibs-4.5.1/kdeui/kernel/kapplication.cpp:310
#17 0xb6e6912e in QCoreApplication::notifyInternal (this=0xbfabcac0, receiver=0x80c5578, event=0xbfabc770) at kernel/qcoreapplication.cpp:732
#18 0xb6e9a4b4 in sendEvent (this=0x80cdc34) at kernel/qcoreapplication.h:215
#19 QTimerInfoList::activateTimers (this=0x80cdc34) at kernel/qeventdispatcher_unix.cpp:617
#20 0xb6e97165 in timerSourceDispatch (source=0x80cd7c0) at kernel/qeventdispatcher_glib.cpp:184
#21 idleTimerSourceDispatch (source=0x80cd7c0) at kernel/qeventdispatcher_glib.cpp:231
#22 0xb5ba5b49 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#23 0xb5ba6350 in ?? () from /usr/lib/libglib-2.0.so.0
#24 0xb5ba660e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#25 0xb6e9785b in QEventDispatcherGlib::processEvents (this=0x80ca650, flags=...) at kernel/qeventdispatcher_glib.cpp:415
#26 0xb641e19a in QGuiEventDispatcherGlib::processEvents (this=0x80ca650, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#27 0xb6e6840d in QEventLoop::processEvents (this=0xbfabca14, flags=...) at kernel/qeventloop.cpp:149
#28 0xb6e68639 in QEventLoop::exec (this=0xbfabca14, flags=...) at kernel/qeventloop.cpp:201
#29 0xb6e6d090 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#30 0xb6366ed4 in QApplication::exec () at kernel/qapplication.cpp:3672
#31 0xb19494bd in kdemain (argc=5, argv=0x805bdf8) at /usr/src/debug/kdebase-4.5.1/apps/dolphin/src/main.cpp:98
#32 0x0804e441 in _start ()

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

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-09-25 12:58:29 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 ***