From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Program received signal SIGSEGV, Segmentation fault. Date: Thu, 2 Sep 2004 18:25:33 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200408132039.i7DKdH2F006136@alstadheim.priv.no> <200408201822.i7KIManS011754@alstadheim.priv.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094142429 5875 80.91.224.253 (2 Sep 2004 16:27:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2004 16:27:09 +0000 (UTC) Cc: Richard Stallman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 02 18:26:49 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 1C2uQC-0007fh-00 for ; Thu, 02 Sep 2004 18:26:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2uVA-0002kr-Dx for ged-emacs-devel@m.gmane.org; Thu, 02 Sep 2004 12:31:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2uV3-0002kc-Te for emacs-devel@gnu.org; Thu, 02 Sep 2004 12:31:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2uV2-0002kG-NK for emacs-devel@gnu.org; Thu, 02 Sep 2004 12:31:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2uV2-0002jz-Lc for emacs-devel@gnu.org; Thu, 02 Sep 2004 12:31:48 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2uPU-00041L-Eh; Thu, 02 Sep 2004 12:26:04 -0400 Original-Received: from coolsville.localdomain ([213.115.26.74] [213.115.26.74]) by mxfep02.bredband.com with ESMTP id <20040902162603.FQUT345.mxfep02.bredband.com@coolsville.localdomain>; Thu, 2 Sep 2004 18:26:03 +0200 In-Reply-To: Original-To: =?ISO-8859-1?Q?H=E5kon_Alstadheim?= X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26724 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26724 > This seg fault does not happen for me. > > #4 0x0816dfca in xfree (block=0x893c5e8) at alloc.c:564 > #5 0x08102e6b in x_set_name (f=0x893c5e0, name=1091742672, > explicit=0) > at xfns.c:1665 > > Maybe it is freeing something that wasn't allocated with malloc. ... > (Here's the original message sent to me.) ... >> Could you try the latest Emacs from CVS on savannah.gnu.org >> and see if it works any better? > > > Long answer: > > I took some time getting back to you because I wanted to clean up some > stale dynamic libraries etc. Emacs 21.3.1 built with the SuSE rpm > spec-file still crashes on me. Now I've tried the CVS version, and yes > it segfaults. > I've put in a change in CVS that may fix this, can you test a fresh CVS version again? Thanks, Jan D.