From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Halley Newsgroups: gmane.emacs.bugs Subject: Re: Two crashes Date: Tue, 15 Jan 2008 02:54:35 -0800 Message-ID: References: <269FB3AF-338D-45C2-A43F-952EAA538DAE@play-bow.org> <478C0186.3080707@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200407061 1039 80.91.229.12 (15 Jan 2008 14:24:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2008 14:24:21 +0000 (UTC) Cc: Bug-Gnu-Emacs To: Jason Rumney Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 15 15:24:43 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JEmiY-000604-M4 for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2008 15:24:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEmiA-0005K4-2o for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2008 09:24:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEjRM-0007Th-K0 for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEjRL-0007TJ-06 for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEjRK-0007TG-Qm for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:42 -0500 Original-Received: from woof.play-bow.org ([204.152.189.147]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEjRG-00044k-B2; Tue, 15 Jan 2008 05:54:38 -0500 Original-Received: from [172.16.22.231] (h-66-134-92-187.snvacaid.covad.net [66.134.92.187]) (Authenticated sender: halley) by woof.play-bow.org (Postfix) with ESMTP id 253DA2DF50B; Tue, 15 Jan 2008 02:54:36 -0800 (PST) In-Reply-To: <478C0186.3080707@gnu.org> X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Tue, 15 Jan 2008 09:24:13 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17342 Archived-At: On 14 Jan 2008, at 16:42, Jason Rumney wrote: > David Reitter wrote: >> This is with a recent CVS version (22 branch and under Carbon, but >> looking a the stack trace, it is not necessarily related to the >> port). > > Looking at the stack trace, the problem appears to be caused by a > DEFUN that takes more than 8 arguments. A lisp backtrace at the > point of the crash would provide more clues about which DEFUN it > might be. > Alas, I didn't get a core from the crash, so I have no way to get the lisp backtrace. I've changed my setup so that if/when the crash happens again, I'll be able to investigate further with gdb. /Bob