-
Notifications
You must be signed in to change notification settings - Fork 68
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
segfault during reverse mode autodiff #1869
Comments
@ExpandingMan this doesn't segfault for me. Is it deterministic? What was your exact version of everything/OS/etc |
I have never been able to get this not to segfault.
Let me know if there's anything more specific you're looking for. |
I thought that maybe this was something very obscure with
and it still segfaults the same way. |
For sake of posterity, note the following: I have so far reproduced this on two different (but very similar x86 linux 6.10 ryzen) machines. I have also tried nuking my julia and artifacts binaries ( However, it does not segfault in CI/CD as seen in #1868 . |
@ExpandingMan we just fixed a segfault, see if this still errs with current main? |
Didn't validate it too deeply, but it looks ok, certainly doesn't segfault at least 👍 |
This segfaults on the call to
autodiff
.Here is the stack trace I get
The text was updated successfully, but these errors were encountered: