Bug 266418 - Image preview causes crash?
Summary: Image preview causes crash?
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: 2011-02-16 03:49 UTC by loverboy76
Modified: 2011-02-16 08: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 loverboy76 2011-02-16 03:49:18 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.5 (KDE 4.5.5)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-66.fc13.i686.PAE i686
Distribution: "Fedora release 13 (Goddard)"

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

Hovered over icon of small (file size) JPG image, saw preview image come up on right.  Hovered over second JPG image, this one about 12 MB, while waiting for preview, Dolphin crashed.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#7  _dbus_pthread_mutex_lock (mutex=0x7440c700) at dbus-sysdeps-pthread.c:137
#8  0x008dd399 in _dbus_mutex_lock (mutex=0x7440c700) at dbus-threads.c:148
#9  0x008c45c6 in _dbus_connection_lock (connection=0x5325c0) at dbus-connection.c:355
#10 0x008d8026 in _dbus_pending_call_get_connection_and_lock (pending=0xb4916360) at dbus-pending-call.c:307
#11 0x008c8956 in reply_handler_timeout (data=0xb4916360) at dbus-connection.c:3163
#12 0x008dcf33 in dbus_timeout_handle (timeout=0xb4913800) at dbus-timeout.c:473
#13 0x03296c60 in q_dbus_timeout_handle (this=0x9da8078, e=0xbfd1fd80) at qdbus_symbols_p.h:172
#14 QDBusConnectionPrivate::timerEvent (this=0x9da8078, e=0xbfd1fd80) at qdbusintegrator.cpp:1035
#15 0x03002ee4 in QObject::event (this=0x9da8078, e=0xbfd1fd80) at kernel/qobject.cpp:1212
#16 0x037b277c in QApplicationPrivate::notify_helper (this=0x9db1830, receiver=0x9da8078, e=0xbfd1fd80) at kernel/qapplication.cpp:4306
#17 0x037b91d6 in QApplication::notify (this=0xbfd200f0, receiver=0x9da8078, e=0xbfd1fd80) at kernel/qapplication.cpp:3710
#18 0x0429da5b in KApplication::notify (this=0xbfd200f0, receiver=0x9da8078, event=0xbfd1fd80) at /usr/src/debug/kdelibs-4.5.5/kdeui/kernel/kapplication.cpp:310
#19 0x02ff3133 in QCoreApplication::notifyInternal (this=0xbfd200f0, receiver=0x9da8078, event=0xbfd1fd80) at kernel/qcoreapplication.cpp:726
#20 0x0301e1fe in sendEvent (this=0x9db617c) at kernel/qcoreapplication.h:215
#21 QTimerInfoList::activateTimers (this=0x9db617c) at kernel/qeventdispatcher_unix.cpp:603
#22 0x0301b745 in timerSourceDispatch (source=0x9db6148) at kernel/qeventdispatcher_glib.cpp:184
#23 0x007cf525 in g_main_dispatch (context=0x9db58e0) at gmain.c:1960
#24 IA__g_main_context_dispatch (context=0x9db58e0) at gmain.c:2513
#25 0x007d3268 in g_main_context_iterate (context=0x715490, block=1, dispatch=1, self=0x9db5828) at gmain.c:2591
#26 0x007d3449 in IA__g_main_context_iteration (context=0x9db58e0, may_block=1) at gmain.c:2654
#27 0x0301b446 in QEventDispatcherGlib::processEvents (this=0x9d927c0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#28 0x03861336 in QGuiEventDispatcherGlib::processEvents (this=0x9d927c0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#29 0x02ff180a in QEventLoop::processEvents (this=0xbfd20044, flags=...) at kernel/qeventloop.cpp:149
#30 0x02ff1b4a in QEventLoop::exec (this=0xbfd20044, flags=...) at kernel/qeventloop.cpp:201
#31 0x02ff5807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#32 0x037b2828 in QApplication::exec () at kernel/qapplication.cpp:3585
#33 0x04f06c93 in kdemain (argc=5, argv=0xbfd202e4) at /usr/src/debug/kdebase-4.5.5/apps/dolphin/src/main.cpp:98
#34 0x0804872c in main (argc=5, argv=0xbfd202e4) at /usr/src/debug/kdebase-4.5.5/i686-redhat-linux-gnu/apps/dolphin/src/dolphin_dummy.cpp:3

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

Possible duplicates by query: bug 257070, bug 255619, bug 254880, bug 252329, bug 249556.

Reported using DrKonqi
Comment 1 Peter Penz 2011-02-16 08:17:45 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 ***