From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Heaps Newsgroups: gmane.emacs.bugs Subject: Emacs 21.4a - Solaris 10 x86, Fatal error (11) on exit Date: Tue, 08 Nov 2005 12:46:00 +0000 Message-ID: <43709E08.60803@rdg.ac.uk> 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 1131461391 23162 80.91.229.2 (8 Nov 2005 14:49:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Nov 2005 14:49:51 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 08 15:49:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EZUkG-0002jy-K1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Nov 2005 15:46:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZUkF-00051v-UD for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Nov 2005 09:46:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EZSsP-00051j-Lq for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 07:47:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EZSrr-0004vH-CG for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 07:46:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZSrT-0004qi-6e for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 07:46:03 -0500 Original-Received: from [134.225.1.80] (helo=vimg3.rdg.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EZSrT-0007MN-9L for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 07:46:03 -0500 Original-Received: from vimp1.rdg.ac.uk ([134.225.2.33]) by vimg3.rdg.ac.uk (Exim: gateway) with esmtp id 1EZSrR-0001kY-00 for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 12:46:01 +0000 Original-Received: from [134.225.100.48] (helo=[134.225.100.48]) by vimp1.rdg.ac.uk (Exim: virusscanner) with esmtpa id 1EZSra-0005iH-5P for bug-gnu-emacs@gnu.org; Tue, 08 Nov 2005 12:46:10 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20041208) X-Accept-Language: en-us, en Original-To: bug-gnu-emacs@gnu.org X-Scan-Signature: ac31d29be4abe0349c9725bd0d0fa5f6 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:13949 Archived-At: Hello Bugs, 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? gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Compile error: -------------- ./emacs -q -batch -f list-load-path-shadows Fatal error (11).*** Signal 11 (ignored) gdb output: ------------------ (gdb) run Starting program: /home/andy/emacs-21.4/src/emacs Program received signal SIGSEGV, Segmentation fault. 0x0808315d in __do_global_dtors_aux () (gdb) bt #0 0x0808315d in __do_global_dtors_aux () #1 0x081b3235 in _fini () #2 0xfea7f04d in _exithandle () from /lib/libc.so.1 #3 0xfea71c92 in exit () from /lib/libc.so.1 #4 0x0810d2ab in Fkill_emacs (arg=405593092) at emacs.c:1830 #5 0x0816a2b4 in Ffuncall (nargs=1, args=0x80472d0) at eval.c:2662 #6 0x08195ee2 in Fbyte_code (bytestr=405593092, vector=0, maxdepth=134509392) at bytecode.c:716 #7 0x08169cfa in funcall_lambda (fun=1210387300, nargs=1, arg_vector=0x80474e4) at eval.c:2851 #8 0x0816a0c9 in Ffuncall (nargs=2, args=0x80474e0) at eval.c:2716 #9 0x0816763a in Fcall_interactively (function=405955612, record_flag=405593092, keys=1210978304) at callint.c:797 #10 0x08112e5b in Fcommand_execute (cmd=405955612, record_flag=405593092, keys=405593092, special=405593092) at keyboard.c:9250 #11 0x0811aa4e in command_loop_1 () at keyboard.c:1661 #12 0x0816827d in internal_condition_case (bfun=0x811a680 , handlers=405715164, hfun=0x811391c ) at eval.c:1267 #13 0x0810f0d2 in command_loop_2 () at keyboard.c:1245 #14 0x081681c1 in internal_catch (tag=0, func=0x810f0b4 , arg=405593092) at eval.c:1030 #15 0x0810eecc in command_loop () at keyboard.c:1224 #16 0x0810ef6d in recursive_edit_1 () at keyboard.c:950 #17 0x0810f09d in Frecursive_edit () at keyboard.c:1006 #18 0x0810e3d8 in main (argc=1, argv=0x80479e0, envp=0x80479e8) at emacs.c:1547 (gdb) Cheers Andy -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Andy Heaps NCAS Centre for Global Atmospheric Modelling, Meteorology Department, Reading University, Earley Gate, PO Box 243, Reading RG6 6BB, U.K. tel: 0118 378 7840 fax: 0118 378 8316 e-mail: a.j.heaps@rdg.ac.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~