Skip to content
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

failing tests on 32-bit due to alignment issue #89

Open
ExpandingMan opened this issue Aug 27, 2018 · 0 comments
Open

failing tests on 32-bit due to alignment issue #89

ExpandingMan opened this issue Aug 27, 2018 · 0 comments

Comments

@ExpandingMan
Copy link
Collaborator

Somehow an alignment error gets thrown on 32-bit systems, as has been seen on appveyor. The error was thrown on an array of Float64 so it seems to me that the only way this can happen is if the array was constructed misaligned.

I have very little ability to troubleshoot this, any help is welcome. A starting point might be painstakingly checking the writes to make sure that they only put things in aligned locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant