You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running it on macOS 10.15.3 with Xcode 11.3.1 produces the following crash:
$ go run .
2020-02-22 13:50:10.100 m[22196:92162] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1674.114/Foundation/Misc.subproj/NSUndoManager.m:363
2020-02-22 13:50:10.100 m[22196:92162] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff394778ab __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff6f731805 objc_exception_throw + 48
2 CoreFoundation 0x00007fff394a0d10 +[NSException raise:format:arguments:] + 88
3 Foundation 0x00007fff3bb99241 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 191
4 Foundation 0x00007fff3bad7d5e +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 440
5 AppKit 0x00007fff365b016c -[NSApplication run] + 864
6 m 0x00000000040b0046 _glfwPlatformPostEmptyEvent + 54
7 m 0x000000000405cc90 runtime.asmcgocall + 112
)
libc++abi.dylib: terminating with uncaught exception of type NSException
SIGABRT: abort
PC=0x7fff70be67fa m=3 sigcode=0
To make progress here, we need to resolve glfw/glfw#1649 first, wait for a new GLFW version with the fix included to be released, and then pull in the fixed GLFW version into golang.org/go-gl/glfw/v3.3/glfw.
The text was updated successfully, but these errors were encountered:
This is the
golang.org/go-gl/glfw/v3.3/glfw
tracking bug for upstream GLFW issue glfw/glfw#1649. It can be reproduced with the following Go program:Running it on macOS 10.15.3 with Xcode 11.3.1 produces the following crash:
To make progress here, we need to resolve glfw/glfw#1649 first, wait for a new GLFW version with the fix included to be released, and then pull in the fixed GLFW version into
golang.org/go-gl/glfw/v3.3/glfw
.The text was updated successfully, but these errors were encountered: