From: Simon Josefsson <jas@extundo.com>
Subject: Emacs in CVS plus GTK patches hogs CPU
Date: Wed, 08 Jan 2003 07:18:04 +0100 [thread overview]
Message-ID: <iluadic6u77.fsf@latte.josefsson.org> (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)
next reply other threads:[~2003-01-08 6:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-08 6:18 Simon Josefsson [this message]
2003-01-08 17:59 ` Emacs in CVS plus GTK patches hogs CPU 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=iluadic6u77.fsf@latte.josefsson.org \
--to=jas@extundo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.