all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62277: cannot `lossage-size` a large number
@ 2023-03-19 17:23 Xie Qi
  2023-03-19 18:47 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Xie Qi @ 2023-03-19 17:23 UTC (permalink / raw)
  To: 62277

<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:>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#62277: cannot `lossage-size` a large number
  2023-03-19 17:23 bug#62277: cannot `lossage-size` a large number Xie Qi
@ 2023-03-19 18:47 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-03-19 18:47 UTC (permalink / raw)
  To: Xie Qi; +Cc: 62277-done

> From: "Xie Qi" <free.verse@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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-19 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 17:23 bug#62277: cannot `lossage-size` a large number Xie Qi
2023-03-19 18:47 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.