From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: emacs floating point error during dump? Date: Tue, 08 Jul 2003 05:38:17 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057635528 3650 80.91.224.249 (8 Jul 2003 03:38:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2003 03:38:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 08 05:38:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ZjJW-0000wh-00 for ; Tue, 08 Jul 2003 05:38:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ZjTf-0005nW-00 for ; Tue, 08 Jul 2003 05:49:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZjJg-0008CT-P1 for emacs-devel@quimby.gnus.org; Mon, 07 Jul 2003 23:38:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ZjJH-0007uH-Sd for emacs-devel@gnu.org; Mon, 07 Jul 2003 23:38:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ZjJB-0007WB-Q5 for emacs-devel@gnu.org; Mon, 07 Jul 2003 23:38:27 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZjJ7-0007HG-UD; Mon, 07 Jul 2003 23:38:22 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h683cHST012637 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 8 Jul 2003 05:38:17 +0200 Original-To: Miles Bader Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030708:miles@gnu.org:b0bc3f5dbb186443 X-Hashcash: 0:030708:miles@gnu.org:b0bc3f5dbb186443 X-Payment: hashcash 1.2 0:030708:emacs-devel@gnu.org:d3aec7cf7e59d880 X-Hashcash: 0:030708:emacs-devel@gnu.org:d3aec7cf7e59d880 In-Reply-To: (Miles Bader's message of "08 Jul 2003 10:09:53 +0900") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15479 Miles Bader writes: > Anyone else see this when compiling CVS emacs? > > LC_ALL=C ./temacs -batch -l loadup dump > emacs: Invalid hash table rehash size: 5.30239915e-315 > make[1]: *** [emacs] Error 1 FWIW; yes. I get the same number too. Trying "make bootstrap" now (before it was just a 'cvs upd'ed old installation).