Bug 232669 - Dolphin crashes after doubleclicking a file
Summary: Dolphin crashes after doubleclicking a file
Status: RESOLVED DUPLICATE of bug 226725
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 11:09 UTC by Kilian Lackhove
Modified: 2010-05-12 14:49 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 Kilian Lackhove 2010-03-30 11:09:23 UTC
Application: dolphin (1.4)
KDE Platform Version: 4.4.1 (KDE 4.4.1)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-ARCH i686
Distribution (Platform): Archlinux Packages

-- Information about the crash:
im on archlinux with latest kdemod.

In this particular crash i doubleclicked a textfile to open it with kate. kate started correctly but dolphin crashed.
This happens _sometimes_ when i open a file with doubleclick, independently of the filetype and associated program (video with vlc, audio with amarok, or pdf with okular). 

I noticed a lot of console output of kfiledialog when i start a kde-app on console an launch the open file dialog. No idea if thats normal or not. If its relevant i can post it here.



The crash can be reproduced some of the time.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  0xb504adf4 in _dbus_pthread_mutex_lock () from /usr/lib/libdbus-1.so.3
#7  0xb50418d8 in _dbus_mutex_lock () from /usr/lib/libdbus-1.so.3
#8  0xb5029315 in _dbus_connection_lock () from /usr/lib/libdbus-1.so.3
#9  0xb503c6f5 in _dbus_pending_call_get_connection_and_lock () from /usr/lib/libdbus-1.so.3
#10 0xb502d4a5 in reply_handler_timeout () from /usr/lib/libdbus-1.so.3
#11 0xb50414a2 in dbus_timeout_handle () from /usr/lib/libdbus-1.so.3
#12 0xb6ba4205 in ?? () from /usr/lib/libQtDBus.so.4
#13 0xb6a8a514 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#14 0xb5fd7e4c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#15 0xb5fdea5e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0xb70410ca in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#17 0xb6a79e6b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#18 0xb6aa8de6 in ?? () from /usr/lib/libQtCore.so.4
#19 0xb6aa5af7 in ?? () from /usr/lib/libQtCore.so.4
#20 0xb564d398 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0xb5650c10 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#22 0xb5650d43 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#23 0xb6aa57b5 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#24 0xb60945c5 in ?? () from /usr/lib/libQtGui.so.4
#25 0xb6a784a9 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#26 0xb6a788fa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#27 0xb6a7ca6f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#28 0xb5fd7ee7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#29 0x0807b83f in main (argc=6, argv=0xbfcc50b4) at /home/phil/kdemod/core/kdebase/src/kdebase-4.4.1/apps/dolphin/src/main.cpp:101

Possible duplicates by query: bug 229551, bug 217407, bug 212280, bug 210788, bug 205252.

Reported using DrKonqi
Comment 1 Frank Reininghaus 2010-05-12 14:49:28 UTC
Thanks for the bug report! This seems to be a duplicate of a bug in D-Bus.

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