From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Mac OSX running Carbon crash with today's CVS Date: Wed, 23 Apr 2003 06:56:32 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <37111A44-74D0-11D7-A77C-00039375B5CC@apple.com> <7999-Wed23Apr2003115428+0300-eliz@elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1051102738 22531 80.91.224.249 (23 Apr 2003 12:58:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 12:58:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 23 14:58:55 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198Jpv-0005rB-00 for ; Wed, 23 Apr 2003 14:58:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 198Jvf-00036a-00 for ; Wed, 23 Apr 2003 15:04:51 +0200 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 198JqD-0008Mm-00 for emacs-devel@quimby.gnus.org; Wed, 23 Apr 2003 08:59:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198JpU-00087X-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 08:58:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198JpS-00085C-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 08:58:26 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd6mo2so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198JpS-00084h-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 08:58:26 -0400 Original-Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-ser.prod.shaw.ca [10.0.141.110])2002)) with ESMTP id <0HDS00B9BRYJ98@l-daemon> for emacs-devel@gnu.org; Wed, 23 Apr 2003 06:56:43 -0600 (MDT) Original-Received: from pn2ml8so.prod.shaw.ca (pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HDS00JOXRYJ1K@l-daemon> for emacs-devel@gnu.org; Wed, 23 Apr 2003 06:56:43 -0600 (MDT) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0HDS00334RYI2D@l-daemon> for emacs-devel@gnu.org; Wed, 23 Apr 2003 06:56:42 -0600 (MDT) In-reply-to: <7999-Wed23Apr2003115428+0300-eliz@elta.co.il> Original-To: Eli Zaretskii User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 29 Original-cc: gabriel@apple.com 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:13392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13392 Eli Zaretskii writes: > > Date: Tue, 22 Apr 2003 07:39:25 -0700 > > From: Gabriel Foster > > > > In the most recent case, I had just hit the enter key. It may help to know what you were doing /before/ you hit the enter key. > Can you cause the same crash if you type "M-x garbage-collect RET" > right after starting Emacs? > > > (gdb) print tail > > $2 = (struct gcpro *) 0xbfffde20 > > (gdb) print *tail->var[i] > > Cannot access memory at address 0x1 > > (gdb) print tail->var[i] > > Cannot access memory at address 0x1 > > (gdb) print tail->var > > $3 = (volatile int *) 0x1 > > This is the problem, then: either tail->var or tail->nvars is garbled > (I'm guessing it's the latter). > > Does anyone have a clue why this could happen on a Mac? [...] No, except that I've been running the CVS version on April 21 for two days now without any problems. I also haven't got any crashes from previous versions.