From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Redisplay crash Date: Mon, 03 Jan 2005 20:32:10 +0100 Organization: orebokech dot com Message-ID: <87llbal35x.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104781418 4005 80.91.229.6 (3 Jan 2005 19:43:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 19:43:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 20:43:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClY6z-0001pM-00 for ; Mon, 03 Jan 2005 20:43:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClYHz-0007Tz-6V for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 14:54:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClYHp-0007Rs-7B for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:54:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClYHn-0007Qa-Il for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:54:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClYHn-0007QV-5p for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:54:39 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClXwQ-0006hV-7e for emacs-devel@gnu.org; Mon, 03 Jan 2005 14:32:34 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ClXwP-00007f-00 for ; Mon, 03 Jan 2005 20:32:33 +0100 Original-Received: from yeast.orebokech.com ([82.67.41.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 20:32:33 +0100 Original-Received: from romain by yeast.orebokech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 20:32:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 44 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: yeast.orebokech.com Mail-Copies-To: nobody X-Face: "1+OIb}NK>vxR1ZMk[Jx!/]O|A-v/P&|%hFquLxp20W.'g4KNUD/IdAUSmd'5`f)Q9%"4]%{P`TF2dC4v1~G5D}S( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:UboyZ1qROQbuYDk21HXl9qq8XxU= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31760 Running Emacs CVS from a few hours ago, I get a segmentation fault every time I try to enter a group in Gnus (using emacs -nw, I didn't try in X11). It's very reproducible. I last updated before that in October 2004 so the bug might not be recent. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1485880672 (LWP 8907)] 0xa7883051 in mallopt () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xa7883051 in mallopt () from /lib/tls/i686/cmov/libc.so.6 #1 0xa7881d65 in realloc () from /lib/tls/i686/cmov/libc.so.6 #2 0x081685ab in emacs_blocked_realloc (ptr=0x958d590, size=388) at alloc.c:1279 #3 0xa7881c9c in realloc () from /lib/tls/i686/cmov/libc.so.6 #4 0x08168123 in xrealloc (block=0x6d353358, size=25) at alloc.c:758 #5 0x080e0e53 in encode_terminal_code (src=0xa76f0f08, src_len=156816800, coding=0x8323200) at term.c:904 #6 0x080e2c9c in write_glyphs (string=0xa76f0ea8, len=43) at term.c:970 #7 0x080888b8 in update_frame_line (f=0x8341060, vpos=1) at dispnew.c:5656 #8 0x08088c88 in update_frame (f=0x8341060, force_p=0, inhibit_hairy_id_p=0) at dispnew.c:5154 #9 0x080aa922 in redisplay_internal (preserve_echo_area=1832203096) at xdisp.c:10288 #10 0x08124535 in read_char (commandflag=1, nmaps=4, maps=0xafffed70, prev_event=137568273, used_mouse_menu=0xafffedb8) at keyboard.c:2537 #11 0x081271c5 in read_key_sequence (keybuf=0xafffeed0, bufsize=30, prompt=137568273, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:8818 #12 0x08128bb7 in command_loop_1 () at keyboard.c:1531 #13 0x0817e2ba in internal_condition_case (bfun=0x8128a10 , handlers=137629265, hfun=0x8122590 ) at eval.c:1385 #14 0x0811caa6 in command_loop_2 () at keyboard.c:1312 #15 0x0817e1ba in internal_catch (tag=1832203096, func=0x811ca80 , arg=137568273) at eval.c:1144 #16 0x0811c887 in command_loop () at keyboard.c:1291 #17 0x0811c920 in recursive_edit_1 () at keyboard.c:984 #18 0x0811ca3a in Frecursive_edit () at keyboard.c:1045 #19 0x0811bd03 in main (argc=2, argv=0xaffff4d4) at emacs.c:1763 (gdb) -- Romain Francoise | I'm going out for a little it's a miracle -- http://orebokech.com/ | drive, and it may be the last | time you see me alive.