-
Notifications
You must be signed in to change notification settings - Fork 706
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] Unhandled Exception "Name is not a simple identifier" and others, but only when running in debugger #6973
Labels
Milestone
Comments
devshgraphicsprogramming
added
bug
Bug, regression, crash
needs-triage
Awaiting triage
spirv
Work related to SPIR-V
labels
Oct 17, 2024
Made a 50% smaller repro https://godbolt.org/z/qojxv4c5M |
The whole bug seems to be caused by me defining Might also affect DXIL/non-spirv output |
devshgraphicsprogramming
pushed a commit
to Devsh-Graphics-Programming/Nabla-Examples-and-Tests
that referenced
this issue
Oct 18, 2024
I'm able to reproduce when using a debug build of the compiler. I reduced the test to:
|
s-perron
added a commit
to s-perron/DirectXShaderCompiler
that referenced
this issue
Nov 18, 2024
We hit an assert when trying to get the name of `operator()`. This is fixed by first checking if it function declatarion is an identifier. Fixes microsoft#6973
s-perron
added a commit
that referenced
this issue
Nov 20, 2024
We hit an assert when trying to get the name of `operator()`. This is fixed by first checking if it function declatarion is an identifier. Fixes #6973
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
I was making a shader with the EXE/godbolt of the compiler, but now when I compile at runtime I get unhandled exception after unhandled exception
Steps to Reproduce
This godbolt: https://godbolt.org/z/WMsK7sP3d
Actual Behavior
Can't run with the debugger attached
Environment
The text was updated successfully, but these errors were encountered: