GNU bug report logs - #53310
[PATCH] cannot use memory-report-object-size in pristine session

Previous Next

Package: emacs;

Reported by: Sergey Vinokurov <serg.foo <at> gmail.com>

Date: Sun, 16 Jan 2022 23:49:01 UTC

Severity: normal

Tags: patch

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergey Vinokurov <serg.foo <at> gmail.com>
To: 53310 <at> debbugs.gnu.org
Subject: bug#53310: [PATCH] cannot use memory-report-object-size in pristine session
Date: Sun, 16 Jan 2022 23:48:06 +0000
[Message part 1 (text/plain, inline)]
When I try to to use memory-report-object-size I get following error on 
Emacs 28.0 pretest:


$ emacs --batch -Q --eval "(progn (require 'memory-report) (message 
\"%s\" (memory-report-object-size '(a b \"cd\"))))"
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  #f(compiled-function (counted value) #<bytecode 
-0x1a1202ad2c7fe610>)(#<hash-table eq 1/19 0x157c06d25887> (a b "cd"))
  apply(#f(compiled-function (counted value) #<bytecode 
-0x1a1202ad2c7fe610>) #<hash-table eq 1/19 0x157c06d25887> (a b "cd") nil)
  memory-report--object-size-1(#<hash-table eq 1/19 0x157c06d25887> (a 
b "cd"))
  memory-report--object-size(#<hash-table eq 1/19 0x157c06d25887> (a b 
"cd"))
  memory-report-object-size((a b "cd"))
  (message "%s" (memory-report-object-size '(a b "cd")))
  (progn (require 'memory-report) (message "%s" 
(memory-report-object-size '(a b "cd"))))
  command-line-1(("--eval" "(progn (require 'memory-report) (message 
\"%s\" (mem..."))
  command-line()
  normal-top-level()


While this command line does work:


$ emacs --batch -Q --eval "(progn (require 'memory-report) 
(memory-report--garbage-collect) (message \"%s\" 
(memory-report-object-size '(a b \"cd\"))))"
82


Not sure whether I'm using memory-report-object-size as intended but its 
initialization is definitely not doing anything since 
memory-report--type-size is initialized to a hash table in the same module.

Sergey
[0001-Fix-memory-report-object-size-to-initialize-memory-r.patch (text/x-patch, attachment)]

This bug report was last modified 3 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.