From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: emacs crash Date: Thu, 04 Nov 2004 04:51:55 -0500 Message-ID: References: <4188AB08.2000206@freemail.hu> <4188B2DB.9050005@gnu.org> <68c73b1a04110303066eac8188@mail.gmail.com> <4188F2F8.3000105@freemail.hu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099563341 14329 80.91.229.6 (4 Nov 2004 10:15:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2004 10:15:41 +0000 (UTC) Cc: chenggao@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 04 11:15:36 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPeeV-0008Bg-00 for ; Thu, 04 Nov 2004 11:15:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPeme-0007wH-A5 for ged-emacs-devel@m.gmane.org; Thu, 04 Nov 2004 05:24:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPeTQ-0002qv-Bz for emacs-devel@gnu.org; Thu, 04 Nov 2004 05:04:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPeTM-0002oc-4N for emacs-devel@gnu.org; Thu, 04 Nov 2004 05:04:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPeRP-0002UD-T0 for emacs-devel@gnu.org; Thu, 04 Nov 2004 05:02:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPeJ3-00021K-H8 for emacs-devel@gnu.org; Thu, 04 Nov 2004 04:53:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CPeHb-0001bu-Hg; Thu, 04 Nov 2004 04:51:55 -0500 Original-To: "B. Anyos" In-reply-to: <4188F2F8.3000105@freemail.hu> (banyos@freemail.hu) 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:29424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29424 Thanks for the tip. It worked for me, too. This may have "worked" in the sense of making the crash stop for you, but it did not "work" for helping us to fix the bug. We need more information to do that. For instance, there is something really strange here: funcall_lambda(int -2128849612, int 1, int * 0x0082f980) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f980) line 2814 + 12 bytes call1(int 556794192, int -2127346688) line 2547 + 11 bytes Fx_create_frame(int 0) line 4355 There is no call to Fx_create_frame in line 4355; in fact, line 4355 is far after the end of Fx_create_frame. What's going on? I need to see where the call actually came from, and whether it was within BLOCK_INPUT. Can you examine the value 556794192 with xtype and see what sort of Lisp object it is? If it is a symbol, use xsymbol to see what its name is. See etc/DEBUG for more details on how to use these commands.