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#6621: Emacs crash when trying to report emacs crash Date: Wed, 14 Jul 2010 14:10:52 +0300 Message-ID: <83k4oyqpxf.fsf@gnu.org> References: <83d3urshi9.fsf@gnu.org> <834og3s1r0.fsf@gnu.org> <83pqyqqx9y.fsf@gnu.org> Reply-To: Eli Zaretskii Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1279109169 13408 80.91.229.12 (14 Jul 2010 12:06:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2010 12:06:09 +0000 (UTC) To: yair.f.lists@gmail.com, 6621@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 14 14:06:07 2010 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.69) (envelope-from ) id 1OZ0j0-0005hl-Bz for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 14:06:06 +0200 Original-Received: from localhost ([127.0.0.1]:58741 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ0WS-0004Qj-7Y for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 07:53:08 -0400 Original-Received: from [140.186.70.92] (port=48554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ0AN-00025V-H0 for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 07:30:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ0AL-0002Ss-Ry for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 07:30:18 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36237) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ0AL-0002Sg-Qe for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 07:30:17 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OYztd-0003YU-OE; Wed, 14 Jul 2010 07:13:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Jul 2010 11:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6621 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6621-submit@debbugs.gnu.org id=B6621.127910596613659 (code B ref 6621); Wed, 14 Jul 2010 11:13:01 +0000 Original-Received: (at 6621) by debbugs.gnu.org; 14 Jul 2010 11:12:46 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYztO-0003YG-7s for submit@debbugs.gnu.org; Wed, 14 Jul 2010 07:12:46 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYztL-0003YA-BZ for 6621@debbugs.gnu.org; Wed, 14 Jul 2010 07:12:44 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L5J00J00ODOZ700@a-mtaout22.012.net.il> for 6621@debbugs.gnu.org; Wed, 14 Jul 2010 14:12:50 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5J0060UOHDVIY0@a-mtaout22.012.net.il>; Wed, 14 Jul 2010 14:12:50 +0300 (IDT) In-reply-to: <83pqyqqx9y.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 14 Jul 2010 07:13:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , 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:38511 Archived-At: > Date: Wed, 14 Jul 2010 11:32:09 +0300 > From: Eli Zaretskii > Cc: 6621@debbugs.gnu.org > > My Emacs is not compiled with -DENABLE_CHECKING, so the assert > triggered here is a no-op for me, and Emacs works for me just fine > with this recipe. > > I will build with -DENABLE_CHECKING and try again Bad news: I cannot trigger this crash even in Emacs compiled with both -DENABLE_CHECKING and -DXASSERTS=1. Even -fno-crossjumping was thrown in for a good measure, and didn't help (not surprisingly). Maybe this is somehow related to libotf or something. Let's see what you find with the GDB commands I sent earlier.