From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeff Blaine Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 21.4a - Solaris 10 x86, Fatal error (11) on exit Date: Tue, 06 Dec 2005 15:41:56 -0500 Message-ID: <4395F794.5050304@mitre.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133901763 15879 80.91.229.2 (6 Dec 2005 20:42:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 20:42:43 +0000 (UTC) Cc: jblaine@mitre.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 06 21:42:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ejjds-0003g2-8b for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Dec 2005 21:42:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ejjdx-0004GB-Mb for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Dec 2005 15:42:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ejjdp-0004DQ-8q for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2005 15:42:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ejjdi-00049T-3D for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2005 15:42:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ejjdh-00049O-UY for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2005 15:42:18 -0500 Original-Received: from [192.160.51.76] (helo=smtp-bedford.mitre.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjjeP-0001Cy-7z for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2005 15:43:03 -0500 Original-Received: from smtp-bedford.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford.mitre.org (8.11.6/8.11.6) with SMTP id jB6KfwD02324 for ; Tue, 6 Dec 2005 15:41:58 -0500 Original-Received: from smtp-bedford.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford.mitre.org (Postfix) with ESMTP id 7C1F8BEFB for ; Tue, 6 Dec 2005 15:41:58 -0500 (EST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by smtp-bedford.mitre.org (8.11.6/8.11.6) with ESMTP id jB6Kfwa02306; Tue, 6 Dec 2005 15:41:58 -0500 Original-Received: from [127.0.0.1] (unity-200-32.mitre.org [129.83.200.32]) by linus.mitre.org (8.12.10/8.12.10) with ESMTP id jB6Kfu6O001979; Tue, 6 Dec 2005 15:41:57 -0500 (EST) User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:14504 Archived-At: > I've compiled emacs21.4a on a Solaris 10 x86 box and get a > strange "Fatal error (11).Segmentation Fault" on exit of the emacs > program. Emacs seems to work okay apart from this exit error. > Any ideas what the problem might be? Kevin Rodgers commented: 1. The -batch command line option implies -q (aka -no-init-file); try ./emacs -no-site-file -batch -f list-load-path-shadows Kevin, I think this is missing the main problem. % ./emacs -no-site-file -batch -f list-load-path-shadows Fatal error (11).Segmentation Fault (core dumped) % This is on Solaris 10 for SPARC in my case, not x86. The problem exists back in 21.3 under Solaris 10 as well FWIW. Note, however, that as Andy Heaps mentioned above, emacs does in fact run (./emacs), then segfaults at exit time. Curious how there's no Emacs 21.x up on sunfreeware.com yet after the OS has been out for over a year now. Any ideas? I have tried both with GNU ld/as as part of binutils and also /usr/ccs/bin/ld (and as). Same problem