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

Armv6l support #348

Open
KweezyCode opened this issue Feb 5, 2025 · 2 comments
Open

Armv6l support #348

KweezyCode opened this issue Feb 5, 2025 · 2 comments

Comments

@KweezyCode
Copy link

i get crash with arm 32 bit version of zstd-jni
hardware: raspberry pi zero w

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x98a63bd8, pid=2615, tid=2876
#
# JRE version: OpenJDK Runtime Environment (17.0.13+11) (build 17.0.13+11-Raspbian-2deb12u1rpt1)
# Java VM: OpenJDK Client VM (17.0.13+11-Raspbian-2deb12u1rpt1, mixed mode, emulated-client, serial gc, linux-arm)
# Problematic frame:
# C  [libzstd-jni-1.5.6-811435271611719122767.so+0x3bd8]
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/kweezy/1_5_2/hs_err_pid2615.log
#
# If you would like to submit a bug report, please visit:
#   Unknown
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

hs_err_pid2615.log

@luben
Copy link
Owner

luben commented Feb 9, 2025

Hmm, yes. Looks we compiled it for arm7 architecture. Let me try next release to target arm6 - it is forward compatible with arm7 so it should not pose problems to existing users as we will not use Thumb-1 extension

@luben
Copy link
Owner

luben commented Feb 9, 2025

Can you try v1.5.6-10 that I just pushed?

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

2 participants