GNU bug report logs - #39920
27.0.90; repeat crashes on macOS

Previous Next

Package: emacs;

Reported by: William Rankin <william <at> bydasein.com>

Date: Thu, 5 Mar 2020 00:02:03 UTC

Severity: normal

Found in version 27.0.90

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 39920-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Alan Third <alan <at> idiocy.org>
Cc: 39920-done <at> debbugs.gnu.org, William Rankin <william <at> bydasein.com>
Subject: Re: bug#39920: 27.0.90; repeat crashes on macOS
Date: Sat, 22 Aug 2020 22:47:12 -0400
Alan Third <alan <at> idiocy.org> writes:

> On Sat, Mar 07, 2020 at 02:03:59PM +1000, William Rankin wrote:
>> This may have been an issue with the specific build. I've rebuilt (from the same
>> commit) and haven't experienced crashes.
>
> Thanks for letting us know.

The issue here seems resolved and there has been no further updates
within 6 months.  I'm therefore closing this bug report.

> I’m wondering if this could possibly be related to a warning we get
> complaining that a variable may be used uninitialized. I don’t know
> enough to know whether it could actually cause crashes.
>
> Anyway, there’s already a fix applied on master, but should we fix it
> on Emacs 27?

If it's just a matter of initializing this variable, why not install it
for 27.2?

> modified   src/nsterm.m
> @@ -2478,7 +2478,7 @@ so some key presses (TAB) are swallowed by the system.  */
>    id view;
>    NSPoint view_position;
>    Lisp_Object frame, tail;
> -  struct frame *f;
> +  struct frame *f = NULL;
>    struct ns_display_info *dpyinfo;
>
>    NSTRACE ("ns_mouse_position");

Best regards,
Stefan Kangas




This bug report was last modified 4 years and 327 days ago.

Previous Next


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