-
Notifications
You must be signed in to change notification settings - Fork 147
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 rendering code when double or triple clicking after a lot of uptime #419
Comments
Yea, that's no fun. Do you have the full crash report by any chance? |
Here you go, although I'm not sure what you are hoping to find:
|
Just curious about the exception type and about the state of other threads. |
Okay, I think I've maybe hit this as well? In my case it felt like I was dragging when I crashed:
|
Yeah, I vaguely recall it happening when dragging as well. Either way, it should have been changing the selection. |
Could this be related to #222? |
Not sure what exact circumstances cause this, but a file has been open in xi-mac for a long time (days) it seems to inevitably go into a state where double or triple clicking somewhere in the text view causes the frontend to crash. I haven't gotten around to reproducing the crash with a build connected to the Xcode debugger but here's a trace from the macOS crash report:
Given how long the issue takes to manifest itself it might well be caused some endless source of Fun such as losing our rendering context during sleep mode.
The text was updated successfully, but these errors were encountered: