GNU bug report logs -
#44313
27.1.50; ns_mouse_position EXC_BAD_ACCESS crash
Previous Next
Reported by: Aaron Jensen <aaronjensen <at> gmail.com>
Date: Thu, 29 Oct 2020 20:17:02 UTC
Severity: normal
Found in version 27.1.50
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Fri, Oct 30, 2020 at 2:16 AM Eli Zaretskii <eliz <at> gnu.org> wrote:
> The crash is in frame #0, so please show the relevant variables
> there.
Okay, next time it crashes I will get what I can.
> According to the line number the crash is here:
>
> if (f && FRAME_NS_P (f))
>
> So why does FRAME_NS_P crash? which part of the frame's structure are
> invalid?
I believe that macro is defined as:
#define FRAME_NS_P(f) ((f)->output_method == output_ns)
Would the de-reference cause an EXC_BAD_ACCESS if the frame had been released?
I make use of child frames via the posframe packages. I wonder if
something requested a mouse pixel position for a frame either as it
was being released or after it was being released?
This bug report was last modified 4 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.