From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frederic Goudal Newsgroups: gmane.emacs.bugs Subject: segmentation violation while building emacs Date: Fri, 1 Dec 2006 15:26:20 +0100 (MET) Message-ID: <200612011426.kB1EQJAT007203@artcore.enseirb.fr> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164988528 14101 80.91.229.2 (1 Dec 2006 15:55:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 15:55:28 +0000 (UTC) Cc: goudal@enseirb.fr Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 01 16:55:26 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqAgj-0001ln-Dt for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 16:52:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GqAgi-0002q9-WA for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 10:52:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gq9R5-0008ED-HP for bug-gnu-emacs@gnu.org; Fri, 01 Dec 2006 09:32:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gq9Qz-0007zt-JK for bug-gnu-emacs@gnu.org; Fri, 01 Dec 2006 09:32:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gq9Qz-0007zX-Da for bug-gnu-emacs@gnu.org; Fri, 01 Dec 2006 09:32:13 -0500 Original-Received: from [147.210.18.60] (helo=plan.enseirb.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gq9Qy-0002Qg-Gq for bug-gnu-emacs@gnu.org; Fri, 01 Dec 2006 09:32:12 -0500 Original-Received: from localhost (mx [147.210.18.15]) by plan.enseirb.fr (8.13.8/8.13.4) with ESMTP id kB1EUZTZ024318; Fri, 1 Dec 2006 15:30:35 +0100 (MET) Original-Received: from plan.enseirb.fr ([147.210.18.60]) by localhost (tan.enseirb.fr [147.210.18.15]) (amavisd-new, port 10041) with LMTP id 09005-04; Fri, 1 Dec 2006 15:31:44 +0100 (MET) Original-Received: from artcore.enseirb.fr (daemon@artcore [147.210.18.111]) by plan.enseirb.fr (8.13.8/8.13.4) with ESMTP id kB1EUWgh024311; Fri, 1 Dec 2006 15:30:32 +0100 (MET) Original-Received: (from goudal@localhost) by artcore.enseirb.fr (8.12.10/8.12.10) id kB1EQJAT007203; Fri, 1 Dec 2006 15:26:20 +0100 (MET) Original-To: bug-gnu-emacs@gnu.org X-Virus-Scanned: amavisd-new at enseirb.fr X-Mailman-Approved-At: Fri, 01 Dec 2006 10:52:29 -0500 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:15441 Archived-At: Hello, I have a segmentation violation while building emacs. It occurs when running emacs to compile the .el files. It occurs whem the emacs binary built in src exit : The back trace is the following : Program received signal SIGSEGV, Segmentation fault. 0x00041d50 in __do_global_dtors_aux () (gdb) bt #0 0x00041d50 in __do_global_dtors_aux () #1 0x0018f8dc in _fini () #2 0xfec40804 in _exithandle () from /lib/libc.so.1 #3 0xfec2f128 in exit () from /lib/libc.so.1 #4 0x000d681c in Fkill_emacs (arg=271236100) at emacs.c:1830 #5 0x0013c408 in Ffuncall (nargs=0, args=0xffbff208) at eval.c:2659 #6 0x0016d314 in Fbyte_code (bytestr=-4197736, vector=1076030100, maxdepth=0) at bytecode.c:716 #7 0x0013be3c in funcall_lambda (fun=1076029928, nargs=1, arg_vector=0xffbff46c) at eval.c:2851 #8 0x0013c1f0 in Ffuncall (nargs=1, args=0xffbff468) at eval.c:2716 #9 0x00138ea4 in Fcall_interactively (function=271508508, record_flag=271236100, keys=1076621312) at callint.c:797 #10 0x000dccd0 in Fcommand_execute (cmd=271508508, record_flag=271236100, keys=271236100, special=1076029928) at keyboard.c:9250 #11 0x000e5a90 in command_loop_1 () at keyboard.c:1661 #12 0x0013a1f4 in internal_condition_case (bfun=0xe55e4 , handlers=271358172, hfun=0xdd9a8 ) at eval.c:1267 #13 0x000d8b28 in command_loop_2 () at keyboard.c:1245 #14 0x0013a0ec in internal_catch (tag=271310500, func=0xd8b04 , arg=271236100) at eval.c:1030 #15 0x000d8858 in command_loop () at keyboard.c:1224 #16 0x000d89a8 in recursive_edit_1 () at keyboard.c:950 #17 0x000d8ab0 in Frecursive_edit () at keyboard.c:1006 #18 0x000d8314 in main (argc=3, argv=0xffbffbcc, envp=0xffbffbdc) at emacs.c:1547 (gdb) This happens with gcc-3.4.6 (build with the Sun gcc-3.4.3) on solaris10. f.g.