From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: crash in RC branch Date: Mon, 04 Nov 2002 00:36:18 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036368544 16872 80.91.224.249 (4 Nov 2002 00:09:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 00:09:04 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 188Une-0004Nx-00 for ; Mon, 04 Nov 2002 01:09:02 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 188Uuv-00036x-00 for ; Mon, 04 Nov 2002 01:16:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 188UjY-00049E-00; Sun, 03 Nov 2002 19:04:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 188UI2-0001He-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 18:36:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 188UI0-0001HO-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 18:36:21 -0500 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by monty-python.gnu.org with esmtp (Exim 4.10) id 188UHz-0001Ga-00 for emacs-devel@gnu.org; Sun, 03 Nov 2002 18:36:20 -0500 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.36 #1 (Debian)) id 188UHy-0002Tz-00 for ; Mon, 04 Nov 2002 00:36:18 +0100 Original-To: Emacs developers X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 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:9094 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9094 While running under dbg under screen with ssh remote login, I had a crash of an Emacs built about ten days ago from the RC branch. I had mistakenly visited a long (about 14MB) rmail file, and I hit C-g while Emacs was reading it. Since the connection is relatively slow, and I was forward typing, I do not know exactly what were the last commands. However, this reminds me of a similar crash that I experienced some months ago in a similar situation. Today I have no time to try to debug it, and I do not expect to have much in the next days. Here is a backtrace: Switch to buffer: (default *shell*) SMAIL Breakpoint 1, abort () at emacs.c:387 387 kill (getpid (), SIGABRT); (gdb) bt #0 abort () at emacs.c:387 #1 0x08173d2b in get_local_map () at intervals.c:2183 #2 0x080e597f in read_key_sequence (keybuf=0xbfffee00, bufsize=30, prompt=405319004, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:8015 #3 0x080dd2b4 in command_loop_1 () at keyboard.c:1440 #4 0x0813733a in internal_condition_case (bfun=0x80dd0e0 , handlers=405415348, hfun=0x80dcc80 ) at eval.c:1267 #5 0x080dcf9d in command_loop_2 () at keyboard.c:1245 #6 0x08136ea9 in internal_catch (tag=405525148, func=0x80dcf70 , arg=405319004) at eval.c:1030 #7 0x080dcf47 in command_loop () at keyboard.c:1224 #8 0x080dca0e in recursive_edit_1 () at keyboard.c:950 #9 0x080dcb42 in Frecursive_edit () at keyboard.c:1006 #10 0x080db38b in main (argc=3, argv=0xbffff484, envp=0xbffff494) at emacs.c:1547 (gdb) xbacktrace (gdb)