From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Emacs appears to hang Date: Wed, 17 Jul 2002 16:47:21 +0000 (UTC) Sender: emacs-devel-admin@gnu.org Message-ID: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026924531 1465 127.0.0.1 (17 Jul 2002 16:48:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 17 Jul 2002 16:48:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Uryr-0000NV-00 for ; Wed, 17 Jul 2002 18:48:49 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17UsAL-0002hU-00 for ; Wed, 17 Jul 2002 19:00:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UryO-0004yq-00; Wed, 17 Jul 2002 12:48:20 -0400 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=localhost) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UrxZ-0004yQ-00 for ; Wed, 17 Jul 2002 12:47:30 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Wed, 17 Jul 2002 16:47:21 +0000 (UTC) Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5841 In today's CVS snapshot, Wed, 2002 Jul 17 15:13 UTC, GNU Emacs 21.3.50.110 (i686-pc-linux-gnu, X toolkit) In *scratch* buffer, insert these three lines: line 1 line 2 line 3 Place cursor over middle line; open line using C-o (open-line). Kill opened line using C-k (kill-line). Nothing appears to happen: line appears unkilled. Type a C-l (recenter) or C-g (keyboard-quit) command and then you can see that the line was actually killed. Here is the backtrace: (gdb) bt #0 0x403c27ce in select () from /lib/libc.so.6 #1 0xbffff0cc in ?? () #2 0x080571e1 in sit_for (sec=30, usec=0, reading=1, display=1, initial_display=0) at dispnew.c:6246 #3 0x080d65a3 in read_char (commandflag=1, nmaps=2, maps=0xbffff424, prev_event=405373828, used_mouse_menu=0xbffff470) at keyboard.c:2553 #4 0x080dccb0 in read_key_sequence (keybuf=0xbffff574, bufsize=30, prompt=405373828, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:8368 #5 0x080d4be8 in command_loop_1 () at keyboard.c:1475 #6 0x08128179 in internal_condition_case (bfun=0x80d48e0 , handlers=405470388, hfun=0x80d44a4 ) at eval.c:1349 #7 0x080d47b8 in command_loop_2 () at keyboard.c:1276 #8 0x08127d0d in internal_catch (tag=405431716, func=0x80d4794 , arg=405373828) at eval.c:1109 #9 0x080d4762 in command_loop () at keyboard.c:1255 #10 0x080d4260 in recursive_edit_1 () at keyboard.c:966 #11 0x080d4390 in Frecursive_edit () at keyboard.c:1022 #12 0x080d3263 in main (argc=5, argv=0xbffffb34, envp=0xbffffb4c) at emacs.c:1625 In GNU Emacs 21.3.50.110 (i686-pc-linux-gnu, X toolkit) of 2002-07-17 on benthic configured using `configure --with-type1 --prefix=/usr/local --with-sound=yes' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Recent input: l i n e SPC 1 C-n l i n e SPC 2 l i n e SPC 3 C-p C-a C-o C-k C-l M-x r e p o r Recent messages: (/usr/local/bin/emacs -q --no-site-file --eval (blink-cursor-mode 0)) Loading disp-table...done Loading tool-bar...done Loading image...done Loading tooltip...done For information about the GNU Project and its goals, type C-h C-p. Loading emacsbug...done -- Robert J. Chassell bob@rattlesnake.com Rattlesnake Enterprises http://www.rattlesnake.com