From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11668: abort() called on startup with 24.1 release; OSX 10.6 Date: Sun, 10 Jun 2012 23:02:16 +0300 Message-ID: <83sje3rl4n.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1339358565 8647 80.91.229.3 (10 Jun 2012 20:02:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 20:02:45 +0000 (UTC) Cc: 11668@debbugs.gnu.org To: Paul Nathan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 10 22:02:44 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SdoLL-0005LM-NY for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jun 2012 22:02:35 +0200 Original-Received: from localhost ([::1]:34079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdoLL-0001ov-FC for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jun 2012 16:02:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdoLI-0001oB-1F for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2012 16:02:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdoLG-0007ad-9e for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2012 16:02:31 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdoLG-0007aZ-6d for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2012 16:02:30 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SdoNh-0007Hp-U7 for bug-gnu-emacs@gnu.org; Sun, 10 Jun 2012 16:05:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jun 2012 20:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11668 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11668-submit@debbugs.gnu.org id=B11668.133935868527989 (code B ref 11668); Sun, 10 Jun 2012 20:05:01 +0000 Original-Received: (at 11668) by debbugs.gnu.org; 10 Jun 2012 20:04:45 +0000 Original-Received: from localhost ([127.0.0.1]:37024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SdoNR-0007HO-K0 for submit@debbugs.gnu.org; Sun, 10 Jun 2012 16:04:45 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56197) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SdoNP-0007HF-Gz for 11668@debbugs.gnu.org; Sun, 10 Jun 2012 16:04:44 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M5F001003GOR400@a-mtaout23.012.net.il> for 11668@debbugs.gnu.org; Sun, 10 Jun 2012 23:02:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5F0012R3NLQ540@a-mtaout23.012.net.il>; Sun, 10 Jun 2012 23:02:09 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60849 Archived-At: > From: Paul Nathan > Date: Sun, 10 Jun 2012 09:11:17 -0700 > > I downloaded the 24.1 source and compiled with configure --with-ns. Upon running it from the nextstep directory, emacs crashed, immediately, kicking up a Crash Report dialog. I copied it to /Applications as Emacs24.app and retried; again, a crash. I have included the stack trace below. This is a duplicate of bug #11634. The reason for the abort is that your Emacs installation is misconfigured so that Emacs uses Lisp files other than those that came with the 24.1 distribution. Look at the various switches and environment variables that affect load-path, and see which one(s) need to be fixed. Your site-lisp in particular could be the source of the trouble.