From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.bugs Subject: bug#30788: 27.0.50; Getting 'char-displayable-p: Invalid hash table rehash size: 1.0' when starting emacs -Q Date: Tue, 13 Mar 2018 19:58:13 +0100 Message-ID: <23208.8005.727367.962670@a1i15.kph.uni-mainz.de> References: <2579401c-d01d-ced8-152e-00cab930ba21@cag.se> <23207.42106.840234.104030@a1i15.kph.uni-mainz.de> <831sgorlz5.fsf@gnu.org> <873713an3w.fsf@mail.contactor.se> <83o9jrrgq8.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1520968262 4352 195.159.176.226 (13 Mar 2018 19:11:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2018 19:11:02 +0000 (UTC) Cc: ulm@gentoo.org, 30788@debbugs.gnu.org, Mats Lidell To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 13 20:10:58 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evpK5-0000zh-QX for geb-bug-gnu-emacs@m.gmane.org; Tue, 13 Mar 2018 20:10:57 +0100 Original-Received: from localhost ([::1]:42287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evpM8-0007oI-Ro for geb-bug-gnu-emacs@m.gmane.org; Tue, 13 Mar 2018 15:13:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evp8b-0006NA-WA for bug-gnu-emacs@gnu.org; Tue, 13 Mar 2018 14:59:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evp8Y-0008Oj-2e for bug-gnu-emacs@gnu.org; Tue, 13 Mar 2018 14:59:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:51956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evp8X-0008OV-UW for bug-gnu-emacs@gnu.org; Tue, 13 Mar 2018 14:59:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evp8X-0001vq-HM for bug-gnu-emacs@gnu.org; Tue, 13 Mar 2018 14:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ulrich Mueller Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Mar 2018 18:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30788 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 30788-submit@debbugs.gnu.org id=B30788.15209675077380 (code B ref 30788); Tue, 13 Mar 2018 18:59:01 +0000 Original-Received: (at 30788) by debbugs.gnu.org; 13 Mar 2018 18:58:27 +0000 Original-Received: from localhost ([127.0.0.1]:59853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evp7z-0001uy-5k for submit@debbugs.gnu.org; Tue, 13 Mar 2018 14:58:27 -0400 Original-Received: from smtp.gentoo.org ([140.211.166.183]:46904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evp7x-0001uj-0v for 30788@debbugs.gnu.org; Tue, 13 Mar 2018 14:58:25 -0400 Original-Received: from a1i15.kph.uni-mainz.de (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id 99A0B335C63; Tue, 13 Mar 2018 18:58:17 +0000 (UTC) In-Reply-To: <83o9jrrgq8.fsf@gnu.org> X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:144206 Archived-At: >>>>> On Tue, 13 Mar 2018, Eli Zaretskii wrote: > Start Emacs under GDB, put a breakpoint in Fmake_hash_table, where it > signals this error (line 4530 of fns.c in today's master), then run > Emacs with "run -Q", and when the breakpoint breaks, type "xbacktrace" > at the GDB prompt, and post the results here. This is what I get with this recipe for the current tip of the master branch (commit 06911714ef): Thread 1 "emacs-27-vcs" hit Breakpoint 3, Fmake_hash_table ( nargs=nargs@entry=10, args=args@entry=0x7ffffffe3670) at fns.c:4530 4530 signal_error ("Invalid hash table rehash size", args[i]); (gdb) xbacktrace "read" (0xffffc188) "char-displayable-p" (0xffffc508) "startup--setup-quote-display" (0xffffc820) "command-line" (0xffffd0b8) "normal-top-level" (0xffffd460) Note that the error occurs with LC_ALL=de_DE.UTF-8, whereas with LC_ALL=C or even LC_ALL=en_US.UTF-8 all seems to be fine. With Emacs 25.3 I get the following, after typing (list-packages) C-j in the scratch buffer (again, with de_DE.UTF-8 locale): Debugger entered--Lisp error: (error "Invalid hash table rehash size" 1.0) read(#) eval-buffer(# nil "/usr/share/emacs/25.3/lisp/finder-inf.el" nil t) ; Reading at buffer position 39098 load-with-code-conversion("/usr/share/emacs/25.3/lisp/finder-inf.el" "/usr/share/emacs/25.3/lisp/finder-inf.el" t t) require(finder-inf nil t) list-packages() eval((list-packages) nil) elisp--eval-last-sexp(t) eval-last-sexp(t) eval-print-last-sexp(nil) funcall-interactively(eval-print-last-sexp nil) call-interactively(eval-print-last-sexp nil nil) command-execute(eval-print-last-sexp)