-
Notifications
You must be signed in to change notification settings - Fork 63
test_save_restore segfaults on s390x #1655
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
Comments
Thank @opoplawski , this is for a 32-bit machine, yes? |
No, it's 64-bit, but it is big-endian. |
Ah, well, indeed there is this 64 bit address composed from 2 32 bits integers, that's it. |
@opoplawski please test current patch (PR #1666) |
Thanks, but no luck:
|
hm, I'm not very good at 64 bit endianness. |
retried with #1672 |
incidentally this permitted to question the code of saverestore.cpp and improve compatibility... with IDL, not nevessary bigEndian 64 bit machines. Wonder if GDL pass tests on other big-endian machines? Other parts of code seem to endian-naive. Wonder if you have also M1 linuxes in your test machines?(not a BE machine, but gives us a lot of trouble) |
This seems to be new with the latest weekly snapshot compared with 1.0.2 (or possibly some other dependency since it was last built in Fedora):
I'll see if I can get on a s390x machine later to try to get more information.
The text was updated successfully, but these errors were encountered: