Bug 286979 - Dolphin crashed when desktop returned from screen saver
Summary: Dolphin crashed when desktop returned from screen saver
Status: RESOLVED DUPLICATE of bug 282257
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 1.7
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
: 289493 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-19 09:29 UTC by Amichai Rothman
Modified: 2012-02-10 14:12 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 Amichai Rothman 2011-11-19 09:29:42 UTC
Application: dolphin (1.7)
KDE Platform Version: 4.7.3 (4.7.3)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-12-generic x86_64
Distribution: Ubuntu 11.10

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

Desktop was in screen saver mode while I was away. I returned, moving the mouse to resume the desktop, and just had a quick glimpse of the dolphin window disappearing before the crash handler showed up.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f973c445780 (LWP 18797))]

Thread 3 (Thread 0x7f9729953700 (LWP 18799)):
#0  0x00007f973bd20773 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007f9734450f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f9734451429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f9738168f3e in QEventDispatcherGlib::processEvents (this=0x1e5ed70, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:424
#4  0x00007f973813ccf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f973813cef7 in QEventLoop::exec (this=0x7f9729952dd0, flags=...) at kernel/qeventloop.cpp:201
#6  0x00007f973805427f in QThread::exec (this=<optimized out>) at thread/qthread.cpp:498
#7  0x00007f973811fcbf in QInotifyFileSystemWatcherEngine::run (this=0x1dff550) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007f9738056d05 in QThreadPrivate::start (arg=0x1dff550) at thread/qthread_unix.cpp:331
#9  0x00007f9734922efc in start_thread (arg=0x7f9729953700) at pthread_create.c:304
#10 0x00007f973bd2c89d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f9726cbc700 (LWP 18802)):
#0  0xffffffffff60017b in ?? ()
#1  0x00007f9726cbbaf0 in ?? ()
#2  0x00007fff80dff7e7 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x7f973c445780 (LWP 18797)):
[KCrash Handler]
#6  QCoreApplication::notifyInternal (this=0x7fff80df6780, receiver=0x2a06230, event=0x7fff80df5da0) at kernel/qcoreapplication.cpp:774
#7  0x00007f9738b3ecab in sendEvent (event=0x7fff80df5da0, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#8  QApplicationPrivate::dispatchEnterLeave (enter=0x2a06230, leave=<optimized out>) at kernel/qapplication.cpp:2810
#9  0x00007f9738bbd87b in QApplication::x11ProcessEvent (this=0x7fff80df6780, event=0x7fff80df6340) at kernel/qapplication_x11.cpp:3686
#10 0x00007f9738be6412 in x11EventSourceDispatch (s=0x1c3e410, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#11 0x00007f9734450a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f9734451258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007f9734451429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007f9738168ed6 in QEventDispatcherGlib::processEvents (this=0x1c1ca00, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
#15 0x00007f9738be607e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#16 0x00007f973813ccf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#17 0x00007f973813cef7 in QEventLoop::exec (this=0x7fff80df6710, flags=...) at kernel/qeventloop.cpp:201
#18 0x00007f9738141789 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#19 0x00007f973c035269 in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
#20 0x00007f973bc6c30d in __libc_start_main (main=0x400640, argc=6, ubp_av=0x7fff80df6c68, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff80df6c58) at libc-start.c:226
#21 0x0000000000400671 in _start ()

Possible duplicates by query: bug 286005, bug 285317, bug 284877, bug 284624, bug 283332.

Reported using DrKonqi
Comment 1 Peter Penz 2011-12-27 15:51:38 UTC
*** Bug 289493 has been marked as a duplicate of this bug. ***
Comment 2 Peter Penz 2012-02-10 14:12:47 UTC

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