unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Alan Third <alan@idiocy.org>
Cc: 39920-done@debbugs.gnu.org, William Rankin <william@bydasein.com>
Subject: bug#39920: 27.0.90; repeat crashes on macOS
Date: Sat, 22 Aug 2020 22:47:12 -0400	[thread overview]
Message-ID: <CADwFkmmmv_9N7V9F=2E_OZpjQFxxFf3FPHdxv6peUrsNAQigGw@mail.gmail.com> (raw)
In-Reply-To: <20200307094356.GA64380@breton.holly.idiocy.org> (Alan Third's message of "Sat, 7 Mar 2020 10:43:58 +0100 (CET)")

Alan Third <alan@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





  reply	other threads:[~2020-08-23  2:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 23:53 bug#39920: 27.0.90; repeat crashes on macOS William Rankin
2020-03-07  4:03 ` William Rankin
2020-03-07  9:43   ` Alan Third
2020-08-23  2:47     ` Stefan Kangas [this message]
2020-08-23  9:10       ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkmmmv_9N7V9F=2E_OZpjQFxxFf3FPHdxv6peUrsNAQigGw@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=39920-done@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=william@bydasein.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).