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
For example on Mac, closing a window causes the following:
libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
Abort trap: 6
The text was updated successfully, but these errors were encountered:
In destroy_window in the GLFW wrapper class, the GLFW window was being destroyed after destroying its swapchain. Switching this order (destroying the window before destroying its swapchain) seems to have fixed the issue.
@cyanpelican If you get a chance, could you see if you get the same assertion as reported above on the latest version of development?
For example on Mac, closing a window causes the following:
libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
Abort trap: 6
The text was updated successfully, but these errors were encountered: