GNU bug report logs -
#62277
cannot `lossage-size` a large number
Previous Next
Reported by: "Xie Qi" <free.verse <at> foxmail.com>
Date: Sun, 19 Mar 2023 18:15:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 Mar 2023 20:47:05 +0200
with message-id <831qlka89i.fsf <at> gnu.org>
and subject line Re: bug#62277: cannot `lossage-size` a large number
has caused the debbugs.gnu.org bug report #62277,
regarding cannot `lossage-size` a large number
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
62277: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62277
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><https: emacs.stackexchange.com="" questions="" 76363="">:
I Lauched Emacs by `emacs -Q`, then
1. if I use `most-positive-fixnum`:
```
(lossage-size most-positive-fixnum)
```
Emacs will emitted: "Value must be >= 100" in echo area.
2. if I use a modest number:
```
(lossage-size (/ most-positive-fixnum 10))
```
Emacs will crash immediately because of the large memory usage.
_________________________
emacs-28.2 for win 11 64-bit</https:>
[Message part 3 (message/rfc822, inline)]
> From: "Xie Qi" <free.verse <at> foxmail.com>
> Date: Mon, 20 Mar 2023 01:23:31 +0800
>
> <meta http-equiv="Content-Type" content="text/html; charset=GB18030"><https: emacs.stackexchange.com="" questions="" 76363="">:
>
> I Lauched Emacs by `emacs -Q`, then
>
> 1. if I use `most-positive-fixnum`:
>
> ```
> (lossage-size most-positive-fixnum)
> ```
>
> Emacs will emitted: "Value must be >= 100" in echo area.
>
> 2. if I use a modest number:
>
> ```
> (lossage-size (/ most-positive-fixnum 10))
> ```
>
> Emacs will crash immediately because of the large memory usage.
Thanks, I fixed this for Emacs 29.1.
This bug report was last modified 2 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.