-
Notifications
You must be signed in to change notification settings - Fork 299
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 in igzip_rand_test stateless test #295
Comments
I bisected this issue down, the following commit trips the segfault, e.g.:
The commit in question that causes the issue is:
|
Thanks Colin. We are not validating the 32-bit implementation, as said in the Release Notes. We are planning to remove this 32-bit support in the next release. |
Just to confirm, is that all 32 bit support to be removed for all architectures? |
Yes, ARM and PowerPC have 64-bit versions only. |
Closing down this issue, thanks! |
I noticed this was failing on hppa and i386 builds when packaging isa-l for Debian.
Built with:
make -f Makefile.unx arch=32 host_cpu=base_aliases check -j 8
Debugging on i386 with valgrind I see the stack trace as follows:
Debugging with gdb I get:
The text was updated successfully, but these errors were encountered: