From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#7163: Acknowledgement (23.2; Regular Emacs 23.2 crashes on Solaris 11/SPARC) Date: Sat, 09 Oct 2010 10:39:43 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286635332 28386 80.91.229.12 (9 Oct 2010 14:42:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 14:42:12 +0000 (UTC) Cc: 7163@debbugs.gnu.org To: Rainer Orth Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 09 16:42:06 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 1P4acf-0005Jx-PZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Oct 2010 16:42:06 +0200 Original-Received: from localhost ([127.0.0.1]:49658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4acf-0003vn-6G for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Oct 2010 10:42:05 -0400 Original-Received: from [140.186.70.92] (port=59423 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4acZ-0003vZ-8I for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2010 10:42:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4acY-0004eo-4P for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2010 10:41:59 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4acY-0004ed-2v for bug-gnu-emacs@gnu.org; Sat, 09 Oct 2010 10:41:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4aXm-0005WM-3i; Sat, 09 Oct 2010 10:37:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Oct 2010 14:37:01 +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.128663498721211 (code B ref 7163); Sat, 09 Oct 2010 14:37:01 +0000 Original-Received: (at 7163) by debbugs.gnu.org; 9 Oct 2010 14:36:27 +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 1P4aXD-0005W4-78 for submit@debbugs.gnu.org; Sat, 09 Oct 2010 10:36:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P4aXA-0005Vx-F2 for 7163@debbugs.gnu.org; Sat, 09 Oct 2010 10:36:24 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4aaN-000445-8l; Sat, 09 Oct 2010 10:39:43 -0400 In-Reply-To: (Rainer Orth's message of "Fri\, 08 Oct 2010 21\:49\:41 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 09 Oct 2010 10:37:02 -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:40786 Archived-At: Rainer Orth writes: > Dan Nicolaescu writes: > >> Rainer Orth writes: >> >>> I forgot to mention: >>> >>> I've tried both bazaar emacs-23 branch and trunk (which required some >>> tweaks to even compile), but both share the same problem. >> >> Can you please try to reproduce the crash when you compile emacs-23.2 with -g -O0? > > An emacs 23.2 built with cc -g only crashed yesterday, so the problem > seems not to depend on optimization level. Is the crash backtrace the same? (just making sure...) Is the crash hard to reproduce? Maybe the best bet is to try to isolate the change that caused the crash. It's very likely that is due to a change in emacs/src/* Could you try to bisect to find the bad change ? (I'd try the git mirror, git bisect is very fast and reliable)