-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Codegen assertion fails in 1.5.0-DEV.51 #50
Comments
It would be great to understand whether this actually comes from IRTools or the package (e.g. by showing that a no-op dynamo errors like this). And if so, helpful if we can narrow it down to a specific function that causes the error, and it's likely pretty easy to fix. |
I talked to @simeonschaub on Slack about it, maybe he has a shorter example? |
Here's a more minimal example that crashes on nightly:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been observing an assertion failure in
codegen.cpp
since about a month on nightly (see here), but couldn't yet find a minimal example.Maybe this change has something to do with it -- the part of the code causing this is where
gc_preserve_end_sym
expressions are handled.The text was updated successfully, but these errors were encountered: