[Bug 31771] gimp freezes, crashes on "open", "save as", "print"

dane dane at olneyfriends.org
Mon Feb 27 17:01:01 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/31771

Comment:
> Did you get the backtrace while it is eating CPU?

Yes, maybe I'm doing it wrong.  Here's my 2nd attempt:

1. launch gimp, Ctrl-O to open file --> frozen now (CPU 80-100%)
2. gdb gimp $(pidof gimp)
   gdb has taken over, CPU back to normal
3. (gdb) thread apply all bt
(gdb) thread apply all bt

Thread 2 (Thread -1230636112 (LWP 8749)):
#0  0xffffe410 in ?? ()
#1  0xb6a5f9d8 in ?? ()
#2  0xffffffff in ?? ()
#3  0x00000007 in ?? ()
#4  0xb7906549 in poll () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7a338de in g_main_context_poll (context=0x8772618, timeout=-1, priority=2147483647, fds=0xfffffffc, n_fds=7)
    at gmain.c:2880
#6  0xb7a32f57 in g_main_context_iterate (context=0x8772618, block=1, dispatch=1, self=0x8bb1a00) at gmain.c:2573
#7  0xb7a3351e in IA__g_main_loop_run (loop=0x8bb2c98) at gmain.c:2782
#8  0xb6d79f28 in link_thread_io_context () from /usr/lib/libORBit-2.so.0
#9  0xb7a8a398 in __JCR_LIST__ () from /usr/lib/libglib-2.0.so.0
#10 0xb6a5fad8 in ?? ()
#11 0xb7a4b362 in g_thread_create_proxy (data=0x8bb1a00) at gthread.c:561
Previous frame inner to this frame (corrupt stack?)
#0  0xffffe410 in ?? ()
(gdb)

4. (gdb) continue
   CPU shoots to 100%,  must kill gimp.

(gdb) continue
Continuing.

Program received signal SIGTERM, Terminated.
[Switching to Thread -1217308608 (LWP 10362)]
0xb6cb524b in __lll_mutex_lock_wait () from /lib/tls/i686/cmov/libpthread.so.0


5.  (gdb) thread apply all bt

Thread 2 (Thread -1230496848 (LWP 10374)):
#0  0xffffe410 in ?? ()
#1  0xb6a819d8 in ?? ()
#2  0xffffffff in ?? ()
#3  0x00000007 in ?? ()
#4  0xb7906549 in poll () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7a338de in g_main_context_poll (context=0x8794700, timeout=-1, priority=2147483647, fds=0xfffffffc, n_fds=7)
    at gmain.c:2880
#6  0xb7a32f57 in g_main_context_iterate (context=0x8794700, block=1, dispatch=1, self=0x8c0e9d0) at gmain.c:2573
#7  0xb7a3351e in IA__g_main_loop_run (loop=0x877c030) at gmain.c:2782
#8  0xb6d9bf28 in link_thread_io_context () from /usr/lib/libORBit-2.so.0
#9  0xb7a8a398 in __JCR_LIST__ () from /usr/lib/libglib-2.0.so.0
#10 0xb6a81ad8 in ?? ()
#11 0xb7a4b362 in g_thread_create_proxy (data=0x8c0e9d0) at gthread.c:561
Previous frame inner to this frame (corrupt stack?)
#0  0xb6cb524b in __lll_mutex_lock_wait () from /lib/tls/i686/cmov/libpthread.so.0
(gdb)

(gdb) continue
Continuing.

Program exited with code 01.




More information about the desktop-bugs mailing list