-
Notifications
You must be signed in to change notification settings - Fork 327
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
gapis crashes when loading a capture #2590
Comments
This crash is due to spirv-cross crashing on a shader, this reveals three issues:
|
spirv-cross crashes are gracefully handled thanks to #2600 |
It looks like spirv-cross has been last updated May of last year with: Should we update it now? In general, should we add update of third-party tools as part of a new release process? |
So, we typically only update third_party tools as necessary. There is quite a bit of effort needed in updating, and usually very little gain. If we think there is a specific reason we should update spirv-tools/spirv-cross/etc then we should. But otherwise it may end up being wasted work. Given the number of dependencies we have, it would take O(days) to update them all properly. (llvm being the biggest problem here). |
In this case, we probably should update spirv-cross however. |
Finishes fixing google#2590.
Updated |
When opening a capture through the UI, gapis crashes, see log below.
$A0003
The text was updated successfully, but these errors were encountered: