all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs in CVS plus GTK patches hogs CPU
@ 2003-01-08  6:18 Simon Josefsson
  2003-01-08 17:59 ` Jan D.
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Josefsson @ 2003-01-08  6:18 UTC (permalink / raw)


I've been using the #2 GTK patch for several days with some heavy use,
and this is my first problem.  I'm not positive it is GTK related.

Emacs is unresponsive to C-g and consumes all CPU.  Attaching with gdb
and breaking alternatively generates two different backtraces (see
below).  At the time I was reading mail from a IMAP group using Gnus
(i.e., likely both network activity and keyboard activity).

I'll keep the process running if someone has any ideas what to
investigate.

(gdb) c
Continuing.

Program received signal SIGINT, Interrupt.
0x0815b21f in wait_reading_process_input (time_limit=0, microsecs=0,
    read_kbd=268435455, do_display=1) at process.c:4259
4259                }
(gdb) bt
#0  0x0815b21f in wait_reading_process_input (time_limit=0, microsecs=0,
    read_kbd=268435455, do_display=1) at process.c:4259
#1  0x080db18c in kbd_buffer_get_event (kbp=0xbffff450,
    used_mouse_menu=0xbffff670) at keyboard.c:3750
#2  0x080d9b86 in read_char (commandflag=1, nmaps=5, maps=0xbffff614,
    prev_event=405433596, used_mouse_menu=0xbffff670) at keyboard.c:2720
#3  0x080e0140 in read_key_sequence (keybuf=0xbffff774, bufsize=30,
    prompt=405433596, dont_downcase_last=0, can_return_switch_frame=1,
    fix_current_buffer=1) at keyboard.c:8508
#4  0x080d7a88 in command_loop_1 () at keyboard.c:1473
#5  0x0812c079 in internal_condition_case (bfun=0x80d7780 <command_loop_1>,
    handlers=405530204, hfun=0x80d7394 <cmd_error>) at eval.c:1352
#6  0x080d7658 in command_loop_2 () at keyboard.c:1274
#7  0x0812bc0d in internal_catch (tag=405491508,
    func=0x80d7634 <command_loop_2>, arg=405433596) at eval.c:1112
#8  0x080d7603 in command_loop () at keyboard.c:1253
#9  0x080d7150 in recursive_edit_1 () at keyboard.c:969
#10 0x080d7280 in Frecursive_edit () at keyboard.c:1025
#11 0x080d6113 in main (argc=1, argv=0xbffffd44) at emacs.c:1647
(gdb) c
Continuing.

Program received signal SIGINT, Interrupt.
0x4066d7ee in select () from /lib/libc.so.6
(gdb) bt
#0  0x4066d7ee in select () from /lib/libc.so.6
#1  0xbffff23c in ?? ()
#2  0x080db18c in kbd_buffer_get_event (kbp=0xbffff450,
    used_mouse_menu=0xbffff670) at keyboard.c:3750
#3  0x080d9b86 in read_char (commandflag=1, nmaps=5, maps=0xbffff614,
    prev_event=405433596, used_mouse_menu=0xbffff670) at keyboard.c:2720
#4  0x080e0140 in read_key_sequence (keybuf=0xbffff774, bufsize=30,
    prompt=405433596, dont_downcase_last=0, can_return_switch_frame=1,
    fix_current_buffer=1) at keyboard.c:8508
#5  0x080d7a88 in command_loop_1 () at keyboard.c:1473
#6  0x0812c079 in internal_condition_case (bfun=0x80d7780 <command_loop_1>,
    handlers=405530204, hfun=0x80d7394 <cmd_error>) at eval.c:1352
#7  0x080d7658 in command_loop_2 () at keyboard.c:1274
#8  0x0812bc0d in internal_catch (tag=405491508,
    func=0x80d7634 <command_loop_2>, arg=405433596) at eval.c:1112
#9  0x080d7603 in command_loop () at keyboard.c:1253
#10 0x080d7150 in recursive_edit_1 () at keyboard.c:969
#11 0x080d7280 in Frecursive_edit () at keyboard.c:1025
#12 0x080d6113 in main (argc=1, argv=0xbffffd44) at emacs.c:1647
(gdb)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-01-10  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08  6:18 Emacs in CVS plus GTK patches hogs CPU Simon Josefsson
2003-01-08 17:59 ` Jan D.
2003-01-08 20:40   ` Simon Josefsson
2003-01-08 21:12     ` Jan D.
2003-01-08 21:36       ` Simon Josefsson
2003-01-09 23:14         ` Richard Stallman
2003-01-10  1:46           ` Simon Josefsson
2003-01-08 23:00       ` Kim F. Storm

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.