-
Notifications
You must be signed in to change notification settings - Fork 30
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
Segment faults on 32bit machine due to Alignment issues from Eigen #365
Comments
Resolved in PR #368 |
Are all the tests are fixed? I remember there were some remaining issues. |
If I remember correctly, there are still alignment issues but @dqyi11 believes that they're in DART rather than AIKIDO at this point. If that's the case, maybe we should try to create a minimal test case that only uses DART to help with debugging. I think we also concluded that since it's only (apparently) a problem on 32-bit machines, we shouldn't invest too much time into it. But now that @dqyi11 is really good at sniffing out those issues, it might be worth it for the two of you to set up a short debugging session to see if you can fix it quickly. |
@brianhou Thanks for the recalling the story. In that case, I would like to leave this issue open until we actually figure out whether if this is AIKIDO's issue or not. |
A few unit tests failed on 32bit machine due to segment faults.
They are caused by alignment issues from
Eigen
.https://eigen.tuxfamily.org/dox/group__DenseMatrixManipulation__Alignement.html
The text was updated successfully, but these errors were encountered: