-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Compilation error triggers segmentation fault #6362
Labels
potential bug
Something that looks like a bug but not yet confirmed
Milestone
Comments
strongoier
added
the
potential bug
Something that looks like a bug but not yet confirmed
label
Oct 18, 2022
strongoier
added a commit
to strongoier/taichi
that referenced
this issue
Oct 18, 2022
#6363 provides a temporary fix but the root cause hasn't been understood yet. |
I'll close this issue for now as the fix has been merged. Feel free to reopen this if other issues related to this appear. |
Repository owner
moved this from Untriaged
to Done
in Taichi Lang
Oct 19, 2022
jim19930609
pushed a commit
to jim19930609/taichi
that referenced
this issue
Oct 19, 2022
jim19930609
added a commit
that referenced
this issue
Oct 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A compilation error in a simple Taichi kernel triggers segmentation fault.
For the following script,
Expected result:
Result on my environment (clang-8++):
The problem appears after #6335. Changing the compiler from clang-8++ to clang-10++ or clang-12++ solves the problem.
The text was updated successfully, but these errors were encountered: