GNU bug report logs - #62277
cannot `lossage-size` a large number

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Xie Qi" <free.verse <at> foxmail.com>
Subject: bug#62277: closed (Re: bug#62277: cannot `lossage-size` a large
 number)
Date: Sun, 19 Mar 2023 18:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62277: cannot `lossage-size` a large number

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 62277 <at> debbugs.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)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: "Xie Qi" <free.verse <at> foxmail.com>
Cc: 62277-done <at> debbugs.gnu.org
Subject: Re: bug#62277: cannot `lossage-size` a large number
Date: Sun, 19 Mar 2023 20:47:05 +0200
> 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&nbsp;`most-positive-fixnum`:
> 
>     ```
>     (lossage-size most-positive-fixnum)
>     ```
> 
>     Emacs will emitted:&nbsp;"Value must be &gt;= 100"&nbsp;in&nbsp;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.

[Message part 3 (message/rfc822, inline)]
From: "Xie Qi" <free.verse <at> foxmail.com>
To: "bug-gnu-emacs" <bug-gnu-emacs <at> gnu.org>
Subject: cannot `lossage-size` a large number
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&nbsp;`most-positive-fixnum`:

    ```
    (lossage-size most-positive-fixnum)
    ```

    Emacs will emitted:&nbsp;"Value must be &gt;= 100"&nbsp;in&nbsp;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:>

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.