From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs-cvs on Cygwin (Mystery!) Date: Sat, 23 Sep 2006 01:22:28 +0200 (MET DST) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1158967414 7186 80.91.229.2 (22 Sep 2006 23:23:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Sep 2006 23:23:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 23 01:23:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQuMg-0004Bf-8E for ged-emacs-devel@m.gmane.org; Sat, 23 Sep 2006 01:23:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQuMf-0004qW-PF for ged-emacs-devel@m.gmane.org; Fri, 22 Sep 2006 19:23:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQuLs-0004Fq-3x for emacs-devel@gnu.org; Fri, 22 Sep 2006 19:22:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQuLr-0004FN-82 for emacs-devel@gnu.org; Fri, 22 Sep 2006 19:22:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQuLr-0004FH-1J for emacs-devel@gnu.org; Fri, 22 Sep 2006 19:22:35 -0400 Original-Received: from [141.108.26.25] (helo=postino2.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GQuPd-0006vn-Ml; Fri, 22 Sep 2006 19:26:30 -0400 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino2.roma1.infn.it (8.12.11/8.12.11) with ESMTP id k8MNMT0J001087; Sat, 23 Sep 2006 01:22:29 +0200 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id BAA00376; Sat, 23 Sep 2006 01:22:28 +0200 (MET DST) Original-To: Eli Zaretskii In-Reply-To: X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2006.9.22.153442 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_SUBJ_9 0' X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60120 Archived-At: On Fri, 22 Sep 2006, Eli Zaretskii wrote: > > If that works, can you type "bt" inside GDB and get a meaningful > traceback? > I was too fast in my last replay: >> After this I have repeated using >> (gdb) -r >> >> >> so that also the init file is loaded. For the moment same behaviour >> without seg. fault. Wrong ! When I clicked on Emacs window (thinking it was running) I found: ----------------------------------------------------------------- ... ---Type to continue, or q to quit--- q Program received signal SIGSEGV, Segmentation fault. 0x200f201c in mark_object () (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) q The program is running. Exit anyway? (y or n) n Not confirmed. (gdb) bt #0 0x200f201c in mark_object () #1 0x200f28ef in Fgarbage_collect () #2 0x201063d3 in Feval () #3 0x201051f5 in internal_condition_case_1 () #4 0x200a47a2 in menu_item_eval_property () #5 0x200b0d4e in get_keyelt () #6 0x200b13a3 in access_keymap () #7 0x200a5496 in tool_bar_items () #8 0x2001d51f in update_tool_bar () #9 0x2002bc8f in prepare_menu_bars () #10 0x2002c8ec in redisplay_internal () #11 0x2002d08a in redisplay_preserve_echo_area () #12 0x200a7aec in detect_input_pending_run_timers () #13 0x2013a0f5 in wait_reading_process_output () #14 0x200a8e40 in read_char () #15 0x200ab88d in read_key_sequence () #16 0x200ad3d1 in command_loop_1 () #17 0x2010542f in internal_condition_case () #18 0x200a0a8e in command_loop_2 () #19 0x201050ef in internal_catch () #20 0x200a08a3 in command_loop () #21 0x200a0944 in recursive_edit_1 () #22 0x200a0a20 in Frecursive_edit () ---Type to continue, or q to quit--- #23 0x2009fd9d in main () (gdb) ----------------------------------------------------------------- Cheers, Angelo.