Bug 203384 - Dolphin crash during drag-and-drop from column view to external application
Summary: Dolphin crash during drag-and-drop from column view to external application
Status: RESOLVED DUPLICATE of bug 192000
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 05:35 UTC by Daniel Lin
Modified: 2009-12-18 18: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 Daniel Lin 2009-08-11 05:35:45 UTC
Application that crashed: dolphin
Version of the application: 1.3
KDE Version: 4.3.00 (KDE 4.3.0)
Qt Version: 4.5.2
Operating System: Linux 2.6.30-gentoo-r4 x86_64

What I was doing when the application crashed:
While navigating a large directory structure, I attempted to drag a zip file from the right-most column to an external (Py/Gtk+) application.  Dolphin crashed.

Not readily reproducible; I've done this many other times without crashes.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 0 (LWP 18288)]

Thread 2 (Thread 0x7ff3079bb910 (LWP 18294)):
#0  0x00007ff31e2f0369 in __poll (fds=0x7ff308000f30, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ff31a7f6049 in g_main_context_iterate (context=0x7ff30805a5c0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2768
#2  0x00007ff31a7f631e in IA__g_main_context_iteration (context=0x7ff30805a5c0, may_block=1) at gmain.c:2518
#3  0x00007ff31f4e2aae in QEventDispatcherGlib::processEvents (this=0x1abe8c0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:329
#4  0x00007ff31f4bbfd2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = 127643472}) at kernel/qeventloop.cpp:149
#5  0x00007ff31f4bc17c in QEventLoop::exec (this=0x7ff3079baf90, flags={i = 127643552}) at kernel/qeventloop.cpp:197
#6  0x00007ff31f3e642c in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#7  0x00007ff31f4a3a01 in QInotifyFileSystemWatcherEngine::run (this=0x18a5a50) at io/qfilesystemwatcher_inotify.cpp:214
#8  0x00007ff31f3e9024 in QThreadPrivate::start (arg=0x18a5a50) at thread/qthread_unix.cpp:188
#9  0x00007ff31e012427 in start_thread (arg=<value optimized out>) at pthread_create.c:297
#10 0x00007ff31e2f90fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ff321f00740 (LWP 18288)):
[KCrash Handler]
#5  QMutex::lock (this=0x1800000041) at thread/qmutex.cpp:152
#6  0x00007ff31f4bd35e in QCoreApplication::postEvent (receiver=0x1ebf7a0, event=0x1f2c700, priority=0) at kernel/qcoreapplication.cpp:1020
#7  0x00007ff31eaabfe3 in QX11Data::xdndHandleFinished (this=<value optimized out>, xe=0x7fffd4d0ca20, passive=false) at kernel/qdnd_x11.cpp:1244
#8  0x00007ff31ea8ddae in QApplication::x11ClientMessage (this=<value optimized out>, w=0x17328b0, event=0x7fffd4d0ca20, passive_only=96) at kernel/qapplication_x11.cpp:3126
#9  0x00007ff31ea9b4c8 in QApplication::x11ProcessEvent (this=0x7fffd4d0cde0, event=0x7fffd4d0ca20) at kernel/qapplication_x11.cpp:3677
#10 0x00007ff31eabfb2c in x11EventSourceDispatch (s=0x173c400, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#11 0x00007ff31a7f2c09 in IA__g_main_context_dispatch (context=0x173af00) at gmain.c:1824
#12 0x00007ff31a7f6168 in g_main_context_iterate (context=0x173af00, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2455
#13 0x00007ff31a7f631e in IA__g_main_context_iteration (context=0x173af00, may_block=1) at gmain.c:2518
#14 0x00007ff31f4e2a8f in QEventDispatcherGlib::processEvents (this=0x1739900, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#15 0x00007ff31eabf3c8 in QGuiEventDispatcherGlib::processEvents (this=0x1800000041, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#16 0x00007ff31f4bbfd2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = -724513520}) at kernel/qeventloop.cpp:149
#17 0x00007ff31f4bc17c in QEventLoop::exec (this=0x7fffd4d0cd50, flags={i = -724513440}) at kernel/qeventloop.cpp:197
#18 0x00007ff31f4be1fc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#19 0x0000000000439b2d in main (argc=6, argv=0x7fffd4d0d2c8) at /var/tmp/paludis/kde-base-dolphin-4.3.0-r1/work/dolphin-4.3.0/dolphin/src/main.cpp:94

Reported using DrKonqi
Comment 1 Dario Andres 2009-08-11 15:26:17 UTC
The backtrace looks related to another drag&drop crash at bug 192000. It may be caused by some Qt/X11 bug. 

Thanks
Comment 2 Peter Penz 2009-12-18 18:19:58 UTC

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