GNU bug report logs -
#45541
28.0.50; Frequent crashes on ARM macOS
Previous Next
Reported by: Philipp <p.stephani2 <at> gmail.com>
Date: Tue, 29 Dec 2020 22:33:01 UTC
Severity: normal
Found in version 28.0.50
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 45541 <at> debbugs.gnu.org (full text, mbox):
Am Mi., 30. Dez. 2020 um 21:35 Uhr schrieb Eli Zaretskii <eliz <at> gnu.org>:
>
> > From: Philipp Stephani <p.stephani2 <at> gmail.com>
> > Date: Wed, 30 Dec 2020 15:42:24 +0100
> >
> > I'm now able to reproduce this consistently. It happens when a tooltip
> > appears and you hover over that tooltip
>
> How is that possible? Tooltips are supposed to pop down as soon as
> you move the mouse. Are those native NS tooltips, and if so, do they
> behave differently in this regard?
Yes, they don't vanish immediately when hovering over them.
>
> > The crash is in the line
> > if (f && FRAME_NS_P (f))
> > in nsterm.m in ns_mouse_position, so apparently "f" is not NULL, but
> > also not valid.
>
> Maybe, if the tooltip popped down, we need to test whether f is a live
> frame?
We need to initialize "f" to NULL, because the loop that sets it
doesn't necessarily find a frame.
This bug report was last modified 4 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.