From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7163: Acknowledgement (23.2; Regular Emacs 23.2 crashes on Solaris 11/SPARC) Date: Tue, 12 Oct 2010 21:23:19 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286934198 17365 80.91.229.12 (13 Oct 2010 01:43:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2010 01:43:18 +0000 (UTC) Cc: Dan Nicolaescu , 7163@debbugs.gnu.org To: Rainer Orth Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 13 03:43:17 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 1P5qN9-0004ht-QG for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Oct 2010 03:43:16 +0200 Original-Received: from localhost ([127.0.0.1]:43215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5qN8-0001C6-7u for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2010 21:43:14 -0400 Original-Received: from [140.186.70.92] (port=55164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5qN1-0001AH-NO for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 21:43:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5qM6-0001vz-WF for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 21:42:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5qM6-0001vi-TG for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2010 21:42:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5q0h-00067q-BU; Tue, 12 Oct 2010 21:20:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Oct 2010 01:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7163 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7163-submit@debbugs.gnu.org id=B7163.128693279423535 (code B ref 7163); Wed, 13 Oct 2010 01:20:03 +0000 Original-Received: (at 7163) by debbugs.gnu.org; 13 Oct 2010 01:19:54 +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 1P5q0Y-00067Y-AL for submit@debbugs.gnu.org; Tue, 12 Oct 2010 21:19:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P5q0W-00067T-CW for 7163@debbugs.gnu.org; Tue, 12 Oct 2010 21:19:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiIKAFumtExLd/aq/2dsb2JhbACgVXxyv1iFSASSDQ X-IronPort-AV: E=Sophos;i="4.57,322,1283745600"; d="scan'208";a="78752799" Original-Received: from 75-119-246-170.dsl.teksavvy.com (HELO ceviche.home) ([75.119.246.170]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 12 Oct 2010 21:23:20 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B6672660F5; Tue, 12 Oct 2010 21:23:19 -0400 (EDT) In-Reply-To: (Rainer Orth's message of "Tue, 12 Oct 2010 18:49:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 12 Oct 2010 21:20:03 -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:40839 Archived-At: > Yes. I've even rebuild emacs 23.2 with gcc 4.4.2 -g -O2 for good > measure, and the crash is just the same. FWIW, "-g -O1" is my favorite since it gives better debug info. Stefan