GNU bug report logs -
#69864
30.0.50; Problem with equal hash tables
Previous Next
Reported by: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Date: Sun, 17 Mar 2024 18:04:02 UTC
Severity: normal
Found in version 30.0.50
Fixed in version 30.1
Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
> Gerd Möllmann [2024-03-17 19:56:24] wrote:
>> Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:
>>> (unsigned char *) data = 0x00007fb1f8a41978 "cl--generic-build-combined-method"
>> Or, and maybe more plausible, someone modifies the hash-table keys used
>> in the function above...
>
> Lessee...
>
> (defun cl--generic-build-combined-method (generic methods)
> (let ((f
> (with-memoization
> ;; FIXME: Since the fields of `generic' are modified, this
> ;; hash-table won't work right, because the hashes will change!
> ;; It's not terribly serious, but reduces the effectiveness of
> ;; the table.
Oh, I didn't read that comment, of course :-). Thanks!
I guess I'll try to ignore that hash-table somehow in my checks. It seems
it's the only one in Emacs making problems.
And I think I'll close this report if it's a known problem anyway.
This bug report was last modified 1 year and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.