From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: old bootstrap error emerges again Date: Sun, 26 Mar 2006 00:06:08 +0200 Message-ID: References: <8764mcrmjz.fsf@emacsfans.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143324406 28316 80.91.229.2 (25 Mar 2006 22:06:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Mar 2006 22:06:46 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Sat Mar 25 23:06:45 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNGu6-0007a9-6a for gebp-emacs-pretest-bug@gmane.org; Sat, 25 Mar 2006 23:06:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNGu5-0002T0-Oq for gebp-emacs-pretest-bug@gmane.org; Sat, 25 Mar 2006 17:06:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNGtw-0002SL-AI for emacs-pretest-bug@gnu.org; Sat, 25 Mar 2006 17:06:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNGtu-0002Rq-9C for emacs-pretest-bug@gnu.org; Sat, 25 Mar 2006 17:06:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNGtr-0002RV-P2; Sat, 25 Mar 2006 17:06:23 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNGuy-0006Bt-Dg; Sat, 25 Mar 2006 17:07:32 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IGP18366; Sun, 26 Mar 2006 00:06:10 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-7-238.inter.net.il [80.230.7.238]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CYZ50952 (AUTH halo1); Sun, 26 Mar 2006 00:06:08 +0200 (IST) Original-To: Jason Rumney In-reply-to: (message from Jason Rumney on Sat, 25 Mar 2006 19:58:14 +0000) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:11468 gmane.emacs.devel:52055 Archived-At: > Cc: Eli Zaretskii , emacs-pretest-bug@gnu.org, > emacs-devel@gnu.org > From: Jason Rumney > Date: Sat, 25 Mar 2006 19:58:14 +0000 > > Dieter Deyke writes: > > > 390 if (SUBRP (fun)) > > (gdb) > > 392 if (XSUBR (fun)->doc == 0) > > (gdb) > > 394 else if ((EMACS_INT) XSUBR (fun)->doc >= 0) > > Could it be that we are not explicitly setting doc to 0, and Dieter's > compiler is initializing its memory with something other than 0 to > detect this type of bug? Well, I think we both are using the same compiler, modulo the version. Dieter, what does your compiler say when invoked with --version, and what version of the MinGW runtime do you have installed? Also, did any of these change lately on the machine where the problem disappeared?