-
Notifications
You must be signed in to change notification settings - Fork 569
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
SPIR-V tools Crash in dEQP tests with ANGLE+SwiftShader test bots #4996
Comments
The crash is in the optimizer, in the "CCPPass":
|
I would guess #4943. @spencer-lunarg can you take a look? |
That would be the |
@ianelliottus or @ShabbyX is it possible to get me the SPIR-V that ANGLE is producing that is crashing this, other can try getting CTS/ANGLE up to reproduce this |
We're also impacted by this issue, I've printed out the SPIR-V from this test:
|
Thanks for the shader, I see the issue is one the passes before |
The fix for this issue does fix the crash, but we still have failures, detailed in #5005. |
The latest SPIR-V tools causes crashes across multiple-OS's with ANGLE+SwiftShader.
For example, see: https://chromium-swarm.appspot.com/task?id=5eb82a81f5c2a410#dEQP-GLES2.functional.shaders.conditionals.if.input_conditional_assignment_to_matrix,dEQP-GLES2.functional.shaders.conditionals.if.uniform_conditional_assignment_to_matrix,dEQP-GLES2.functional.shaders.conditionals.if.input_conditional_assignment_to_matrix,dEQP-GLES2.functional.shaders.conditionals.if.uniform_conditional_assignment_to_matrix
This is part of the tests running on Linux: https://ci.chromium.org/p/angle/builders/try/linux-test/10005?
Which is part of an AutoRoller change, to take the latest SPIR-V Tools: https://chromium-review.googlesource.com/c/angle/angle/+/4046684?tab=checks
The text was updated successfully, but these errors were encountered: