We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In gapir we're now getting frequent assertions:
Assertion failed: (NSViewIsCurrentlyBuildingLayerTreeForDisplay() != currentlyBuildingLayerTree), function NSViewSetCurrentlyBuildingLayerTreeForDisplay, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1561.20.106/AppKit.subproj/NSView.m, line 14480
Seems to have appeared when my machine update to High Sierra, which seems to be a common theme with others that have reported this assertion:
Swordfish90/cool-retro-term#374 https://forum.silicondust.com/forum/viewtopic.php?t=66156 https://forums.developer.apple.com/thread/91712
There's also a lot of mentions of multi-threaded code - so perhaps there's some framework code that needs to be kept on the same thread.
The text was updated successfully, but these errors were encountered:
gapir: Fix osx crash on High Sierra.
626ecb7
This one liner magically fixes an assert deep in the depths of the macOS framework. Don’t ask me why. Fixes: google#1593
0bb760c
cbbbb17
1f69708
This one liner magically fixes an assert deep in the depths of the macOS framework. Don’t ask me why. Fixes: #1593
No branches or pull requests
In gapir we're now getting frequent assertions:
Seems to have appeared when my machine update to High Sierra, which seems to be a common theme with others that have reported this assertion:
Swordfish90/cool-retro-term#374
https://forum.silicondust.com/forum/viewtopic.php?t=66156
https://forums.developer.apple.com/thread/91712
There's also a lot of mentions of multi-threaded code - so perhaps there's some framework code that needs to be kept on the same thread.
The text was updated successfully, but these errors were encountered: