-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in - [SWWindowContentsService _windowUpdateNotification:]
#96
Comments
Sounds like this isn't as reproducible as I'd hoped. Multi-dispatch hasn't been without its problems (#65 and numist/NNKit#9 come immediately to mind) so it's not unreasonable to expect that there's still some way for an object to slip through the cracks. |
But if there is, I can't find it yet. Here's the line at 169:
The crash report adds:
There's not a whole lot to go wrong here; the property is |
|
Obsoleted by #139, which removes the NNKit dependency. |
Reported by @bavarious, who adds that DictationIM crashes shortly after Switch. Both are Accessibility applications, but it may be a red herring since Switch is crashing in code unrelated to the Accessibility APIs. I suspect that Switch crashing may have left AX in a bad enough mood to take it out on others.
From the report:
Unable to reproduce locally; maybe something else on the system was bound to
⌥↑
?From the crash group:
-Os
seems to have collapsed some of the stack frames, but that code is dispatchingwindowContentService:updatedContent:forWindow:
to all of the window content service's subscribers. Not sure which pointer was bad whenobjc_retain
got to it, but it looks like a dead object problem.This crash happened at least twice in less than an hour for one person, so it appears to be reproducible when conditions are right.
The text was updated successfully, but these errors were encountered: