Bug 276136 - dolphin crash after cutting and pasting pdf files
Summary: dolphin crash after cutting and pasting pdf files
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Mandriva RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 17:36 UTC by carvalhoaa
Modified: 2011-07-26 16:29 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 carvalhoaa 2011-06-20 17:36:05 UTC
Application: dolphin (1.4)
KDE Platform Version: 4.4.5 (KDE 4.4.5)
Qt Version: 4.6.3
Operating System: Linux 2.6.33.7-desktop-2mnb x86_64
Distribution: "Mandriva Linux 2010.2"

-- Information about the crash:
I cutted 3 small pdf files from the desktop and pasted into dolphin.  The files were moved ok but the dolphin window was gone immediatly after.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#5  _dbus_connection_lock (connection=0x7430065000000df) at dbus-connection.c:355
#6  0x00007f133f0c172d in _dbus_pending_call_get_connection_and_lock (pending=0x1d3ed20) at dbus-pending-call.c:307
#7  0x00007f133f0b376e in reply_handler_timeout (data=0x7430065000000df) at dbus-connection.c:3163
#8  0x00007f1347bad2c3 in q_dbus_timeout_handle (this=0x14716a0, e=<value optimized out>) at qdbus_symbols_p.h:172
#9  QDBusConnectionPrivate::timerEvent (this=0x14716a0, e=<value optimized out>) at qdbusintegrator.cpp:1035
#10 0x00007f134788f043 in QObject::event (this=0x14716a0, e=0x7fff7489d870) at kernel/qobject.cpp:1204
#11 0x00007f1346c440cc in QApplicationPrivate::notify_helper (this=0x147e1d0, receiver=0x14716a0, e=0x7fff7489d870) at kernel/qapplication.cpp:4302
#12 0x00007f1346c4a6bb in QApplication::notify (this=0x7fff7489dbc0, receiver=0x14716a0, e=0x7fff7489d870) at kernel/qapplication.cpp:4185
#13 0x00007f13484c0366 in KApplication::notify (this=0x7fff7489dbc0, receiver=0x14716a0, event=0x7fff7489d870) at /usr/src/debug/kdelibs-4.4.5/kdeui/kernel/kapplication.cpp:302
#14 0x00007f134787f51c in QCoreApplication::notifyInternal (this=0x7fff7489dbc0, receiver=0x14716a0, event=0x7fff7489d870) at kernel/qcoreapplication.cpp:726
#15 0x00007f13478ac342 in sendEvent (this=0x148bd50) at kernel/qcoreapplication.h:215
#16 QTimerInfoList::activateTimers (this=0x148bd50) at kernel/qeventdispatcher_unix.cpp:603
#17 0x00007f13478a8e78 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#18 idleTimerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:231
#19 0x00007f1341c9ed20 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#20 0x00007f1341ca2b88 in ?? () from /usr/lib64/libglib-2.0.so.0
#21 0x00007f1341ca2d3c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#22 0x00007f13478a8b43 in QEventDispatcherGlib::processEvents (this=0x147c590, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#23 0x00007f1346cf2f5e in QGuiEventDispatcherGlib::processEvents (this=0x7430065000000df, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#24 0x00007f134787de42 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#25 0x00007f134787e21c in QEventLoop::exec (this=0x7fff7489db10, flags=) at kernel/qeventloop.cpp:201
#26 0x00007f1347882ebb in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#27 0x0000000000439a05 in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdebase-4.4.5/apps/dolphin/src/main.cpp:101

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

Possible duplicates by query: bug 274355, bug 274200, bug 269262, bug 268844, bug 266449.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2011-06-22 14:54:16 UTC
Thanks for the bug report! Could you check what your D-Bus version is (e.g., by entering 'rpm -qa | grep dbus' in a shell)?

This looks like a D-Bus bug fixed in D-Bus 1.3.1 and later, see, e.g., bug 251759.
Comment 2 carvalhoaa 2011-07-26 12:24:50 UTC
dbus-1.2.24-1mdv2010.1
Comment 3 carvalhoaa 2011-07-26 12:26:47 UTC
(In reply to comment #1)
> Thanks for the bug report! Could you check what your D-Bus version is (e.g., by
> entering 'rpm -qa | grep dbus' in a shell)?
> 
> This looks like a D-Bus bug fixed in D-Bus 1.3.1 and later, see, e.g., bug
> 251759.

Sorry for the late reply. D-Bus version is 1.2.24 (dbus-1.2.24-1mdv2010.1).
Comment 4 Frank Reininghaus 2011-07-26 16:29:37 UTC
All right, updating to DBus 1.4.0 or later should fix the issue then.