Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upException on latest release (Jul 26) #695
Comments
This comment has been minimized.
This comment has been minimized.
|
Resizing the MoltenVK cube demo does not cause any issues. It looks like the semaphore is being destroyed before the swapchain has finished using it. MoltenVK guards against that...and not a lot has changed in that code since the previous SDK release. What version of SDK/MoltenVK were you using before this issue appeared? Are you able to modify the Cube demo to cause this to happen? If so...please post a modified Are you able to provide a sample that causes this issue? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@freesig Any further info on the repeatability of this? Are you able to get |
This comment has been minimized.
This comment has been minimized.
|
@billhollings , I am experiencing the same issue quite randomly. If I resize the window manually, it is always in the same spot (and happens almost always after just a few calls), when I call PS: Any workaround to the waitIdle issue before a fix would already help me. |
This comment has been minimized.
This comment has been minimized.
|
@FunMiles Can you provide any further diagnostics? Can you ZIP up a sample app that demonstrates the issue? Or if that is not possible, can you provide call stack of the crash? |
This comment has been minimized.
This comment has been minimized.
|
@billhollings I put the crash report into: https://pastebin.com/3EFtqw35 |
This comment has been minimized.
This comment has been minimized.
|
@billhollings The problem does not happen on the sample cube code. |
To reproduce just resize the window.
Error:
Callstack:
This has shown up on:
MacOS
10.14.6and10.13.06