From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: emacs floating point error during dump? Date: Mon, 7 Jul 2003 20:51:36 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200307080151.h681pap13885@raven.dms.auburn.edu> References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1057629217 16809 80.91.224.249 (8 Jul 2003 01:53:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2003 01:53:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 08 03:53:35 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 19Zhfj-0004Mz-00 for ; Tue, 08 Jul 2003 03:53:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Zhpr-0004pa-00 for ; Tue, 08 Jul 2003 04:04:03 +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 19ZhgB-0005YO-Dd for emacs-devel@quimby.gnus.org; Mon, 07 Jul 2003 21:54:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Zhfv-0005Vt-PZ for emacs-devel@gnu.org; Mon, 07 Jul 2003 21:53:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Zhen-0005C2-8l for emacs-devel@gnu.org; Mon, 07 Jul 2003 21:52:38 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZheJ-0004rp-Fa; Mon, 07 Jul 2003 21:52:07 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) h681pxeQ016813; Mon, 7 Jul 2003 20:51:59 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h681pap13885; Mon, 7 Jul 2003 20:51:36 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on 08 Jul 2003 10:09:53 +0900) 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:15475 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15475 Miles Bader wrote: 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 -Miles No, I just bootstrapped without any problems. I have LANG set to en_US.ISO-8859-1, but that should not make any difference (I guess). There was a problem with bootstrapping a little while ago, which I fixed in the meantime, but that had nothing to do with hash tables. (It was a typo in display.texi). Sincerely, Luc.