GNU bug report logs -
#76069
31.0.50; Hash tables not collected
Previous Next
Reported by: Helmut Eller <eller.helmut <at> gmail.com>
Date: Wed, 5 Feb 2025 14:38:02 UTC
Severity: normal
Found in version 31.0.50
Done: Pip Cet <pipcet <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76069: 31.0.50; Hash tables not collected
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76069 <at> debbugs.gnu.org.
--
76069: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76069
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pip Cet <pipcet <at> protonmail.com> writes:
> "Helmut Eller" <eller.helmut <at> gmail.com> writes:
>
>> If the current feature/igc branch is configured without MPS, then it
>> seems that hash tables aren't collected properly. When executing this
>> file
>
> Will fix in a bit, thanks for the report.
Hopefully fixed now, closing. Please reopen or revert if I messed up :-)
Pip
[Message part 3 (message/rfc822, inline)]
If the current feature/igc branch is configured without MPS, then it
seems that hash tables aren't collected properly. When executing this
file
;;; -*- lexical-binding: t -*-
(defun hash-integers (n)
(let ((table (make-hash-table :test 'eql)))
(dotimes (i n)
(puthash i i table))))
(defun main ()
(dotimes (_ 300)
(hash-integers 100000))
(kill-emacs))
;; EOF
with: /usr/bin/time emacs -Q -batch -l httest.el -f main
I see:
15.35user 2.40system 0:35.18elapsed 50%CPU (0avgtext+0avgdata 2429884maxresident)k
65152inputs+0outputs (443major+675016minor)pagefaults 0swaps
This is the output of GNU time (not the bash builtin). Note the ~2.3GB
maxresident. Also, when I set a breakpoint in gdb at alloc.c:3389 it is
hit only once while executing this file.
In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.16.0) of 2025-02-05 built on caladan
Repository revision: 4c97d39b16a75411ccfdcf16d0871a77ff41785c
Repository branch: feature/igc
System Description: Debian GNU/Linux 12 (bookworm)
Configured using:
'configure --with-mps=no --with-xpm=ifavailable --with-gif=ifavailable
--with-native-compilation=no 'CFLAGS=-g -O2 -fno-omit-frame-pointer
--std=gnu99 -I/scratch/emacs/mps-install/include
-L/scratch/emacs/mps-install/lib''
Configured features:
CAIRO DBUS FREETYPE GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSELINUX
LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND
SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM
XINPUT2 GTK3 ZLIB
Important settings:
value of $LANG: C.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
whitespace-mode: t
outline-minor-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
minibuffer-regexp-mode: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
This bug report was last modified 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.