From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: Two crashes Date: Tue, 15 Jan 2008 00:42:46 +0000 Message-ID: <478C0186.3080707@gnu.org> References: <269FB3AF-338D-45C2-A43F-952EAA538DAE@play-bow.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200357800 26799 80.91.229.12 (15 Jan 2008 00:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2008 00:43:20 +0000 (UTC) Cc: Bug-Gnu-Emacs To: halley@play-bow.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 15 01:43: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 1JEZu2-00053q-3i for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2008 01:43:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEZtd-0008Ex-Rp for geb-bug-gnu-emacs@m.gmane.org; Mon, 14 Jan 2008 19:43:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEZtZ-0008Es-1U for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2008 19:43:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEZtU-0008Ee-Ul for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2008 19:43:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEZtU-0008Eb-PR for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2008 19:43:08 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEZtV-0008Ag-6V for bug-gnu-emacs@gnu.org; Mon, 14 Jan 2008 19:43:09 -0500 Original-X-Trace: 18928607/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAKSQi0dTQxds/2dsb2JhbACpSw X-IronPort-AV: E=Sophos;i="4.24,284,1196640000"; d="scan'208";a="18928607" Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Jan 2008 00:43:07 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:17340 Archived-At: 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.