Skip to content
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

Frequent crashes on macOS High Sierra #1593

Closed
ben-clayton opened this issue Feb 6, 2018 · 0 comments
Closed

Frequent crashes on macOS High Sierra #1593

ben-clayton opened this issue Feb 6, 2018 · 0 comments

Comments

@ben-clayton
Copy link
Contributor

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.

ben-clayton added a commit to ben-clayton/gapid that referenced this issue Feb 7, 2018
This one liner magically fixes an assert deep in the depths of the macOS
framework. Don’t ask me why.

Fixes: google#1593
ben-clayton added a commit to ben-clayton/gapid that referenced this issue Feb 13, 2018
This one liner magically fixes an assert deep in the depths of the macOS
framework. Don’t ask me why.

Fixes: google#1593
ben-clayton added a commit that referenced this issue Feb 13, 2018
This one liner magically fixes an assert deep in the depths of the macOS
framework. Don’t ask me why.

Fixes: #1593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant