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: Wed, 13 Oct 2010 00:27:15 -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 1286944970 17192 80.91.229.12 (13 Oct 2010 04:42:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2010 04:42:50 +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 Wed Oct 13 06:42:48 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 1P5tAr-0002Ku-U7 for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Oct 2010 06:42:46 +0200 Original-Received: from localhost ([127.0.0.1]:45367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5tAr-0001BY-Dq for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Oct 2010 00:42:45 -0400 Original-Received: from [140.186.70.92] (port=60333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5tAM-0000yu-MH for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5tAL-0005An-3G for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:14 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5tAL-0005Aj-17 for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2010 00:42:13 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5ssk-0007Nr-4b; Wed, 13 Oct 2010 00:24: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: Wed, 13 Oct 2010 04:24: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.128694383028373 (code B ref 7163); Wed, 13 Oct 2010 04:24:01 +0000 Original-Received: (at 7163) by debbugs.gnu.org; 13 Oct 2010 04:23:50 +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 1P5ssX-0007Na-0H for submit@debbugs.gnu.org; Wed, 13 Oct 2010 00:23:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P5ssV-0007NV-RC for 7163@debbugs.gnu.org; Wed, 13 Oct 2010 00:23:48 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P5svs-0005zP-1u; Wed, 13 Oct 2010 00:27:16 -0400 In-Reply-To: (Rainer Orth's message of "Tue\, 12 Oct 2010 18\:49\:56 +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: Wed, 13 Oct 2010 00:24: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:40843 Archived-At: Rainer Orth writes: > Before going that route, I may try to investigate the core dumps a > little bit more, perhaps I find something. Unfortunately, even with the > gcc build, gdb cannot make sense of them and doesn't even produce a > backtrace. Does gdb have problems even when you build with gcc -g -O0? BTW, the best is to run emacs under gdb, and do it from the src subdirectory, so that gdb can read the .gdbinit file in there. One wild guess: maybe gdb has problems because on solaris10 unexsol.c is used for dumping, not unexelf.c. Maybe you could try removing the 2 lines in emacs/src/s/sol2-10.h that refer to UNEXEC...