From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Crash in CVS head Date: 21 Feb 2003 01:47:51 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5xbs164fyg.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045785096 29097 80.91.224.249 (20 Feb 2003 23:51:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2003 23:51:36 +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 18m0So-0007Wn-00 for ; Fri, 21 Feb 2003 00:50:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18m0gX-0006Ij-00 for ; Fri, 21 Feb 2003 01:05:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18m0RV-0007iN-03 for emacs-devel@quimby.gnus.org; Thu, 20 Feb 2003 18:49:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18m0R6-0007Rt-00 for emacs-devel@gnu.org; Thu, 20 Feb 2003 18:49:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18m0Qr-0006iL-00 for emacs-devel@gnu.org; Thu, 20 Feb 2003 18:48:52 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18m0Qp-0006eZ-00 for emacs-devel@gnu.org; Thu, 20 Feb 2003 18:48:47 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 639067C017 for ; Fri, 21 Feb 2003 00:48:46 +0100 (CET) Original-To: emacs-devel@gnu.org Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11803 This is todays CVS head running on GNU/Linux (RedHat 6.2) under X. (gdb) bt #0 0x402c1d41 in __kill () from /lib/libc.so.6 #1 0x80d1d21 in fatal_error_signal (sig=11) at emacs.c:363 #2 0x402c1c68 in __restore () at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127 #3 0x402fc5ce in __libc_malloc (bytes=4160) at malloc.c:2696 #4 0x8113231 in emacs_blocked_free (ptr=0x1040) at alloc.c:710 #5 0x402fc52a in __libc_malloc (bytes=4160) at malloc.c:2683 #6 0x8112f13 in xmalloc (size=0) at alloc.c:527 #7 0x804fc5e in adjust_glyph_matrix (w=0x89f0b88, matrix=0x8c3f318, x=0, y=0, dim={width = 208, height = 46}) at dispnew.c:737 #8 0x805101f in allocate_matrices_for_window_redisplay (w=0x8af5750) at dispnew.c:2048 #9 0x8050fd2 in allocate_matrices_for_window_redisplay (w=0x8cf25f8) at dispnew.c:2033 #10 0x80515d1 in adjust_frame_glyphs_for_window_redisplay (f=0x84eb3d8) at dispnew.c:2370 #11 0x80511c2 in adjust_frame_glyphs (f=0x84eb3d8) at dispnew.c:2127 #12 0x805107b in adjust_glyphs (f=0x84eb3d8) at dispnew.c:2071 #13 0x807b476 in Fsplit_window (window=1219450704, size=11, horflag=405435844) at window.c:3358 I had been editing some files and switched to Gnus; I clicked with the mouse on a message in the summary buffer. Goodbye emacs. Anyone seen something similar recently (I haven't)? -- Kim F. Storm http://www.cua.dk