GNU bug report logs - #65843
28.2; Too many iconified frames in .emacs.desktop -> crash (macOS)

Previous Next

Package: emacs;

Reported by: tanzer <at> gg32.com

Date: Sat, 9 Sep 2023 16:37:02 UTC

Severity: normal

Found in version 28.2

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: Alan Third <alan <at> idiocy.org>
Cc: 65843 <at> debbugs.gnu.org, Christian Tanzer <tanzer <at> gg32.com>
Subject: bug#65843: 28.2; Too many iconified frames in .emacs.desktop -> crash (macOS)
Date: Mon, 11 Sep 2023 06:50:13 +0200
Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:

> Thanks, I'll try that.
>
> diff --git a/src/nsterm.m b/src/nsterm.m
> index c809c0b824a..2cb508b5328 100644
> --- a/src/nsterm.m
> +++ b/src/nsterm.m
> @@ -4560,6 +4560,7 @@ Function modeled after x_draw_glyph_string_box ().
>       the [NXApp run] main loop after having processed all events queued at
>       this moment.  */
>  
> +#if 0
>  #ifdef NS_IMPL_COCOA
>    if (! send_appdefined)
>      {
> @@ -4572,6 +4573,7 @@ in certain situations (rapid incoming events).
>                                              dequeue:NO];
>        if (! appev) send_appdefined = YES;
>      }
> +#endif
>  #endif
>  
>    if (send_appdefined)
>

500 runs without a crash, I'd say that counts as fixed :-).

Thanks, Alan!





This bug report was last modified 1 year and 248 days ago.

Previous Next


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