-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 using ForwardDiff #28726
Comments
I can reproduce this. Taking a look. |
My money is on SLP... |
Probably a good bet. |
Indeed, turning off SLP makes it go away. |
The faulting instruction is
Where
so it looks like the loaded address is
not aligned, causing the fault. |
Seems to be fixed in LLVM master. I'll bisect to figure out what commit fixed it. |
Bisect isn't quite done yet, but I suspect the fixing commit is https://reviews.llvm.org/rL326967 |
Well, that was quick. Bisect is done and confirms my suspicion. |
4 hours from bug report to bugfix for a segfault is fantastic, thank you! |
No, thank you for the reproducible bug report. |
MWE:
in
The text was updated successfully, but these errors were encountered: