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

Fix calls to jnidispatch on Android with 16KB page size #1640

Conversation

Thomyrock
Copy link

Fixes #1618

@matthiasblaesing
Copy link
Member

@Thomyrock thanks for taking this on. The change makes sense. The test failures can be attributed to wrong assumptions about the linux device node major/minor systematic for scsi devices. I assume it manifests because github increased number of exposed partitions to CI/CD machines.

I opened an extended PR, that contains your change as is, adds a fix for the unittest failure and a JNI version bump with rebuild android natives.

Would you mind having a look?

#1642

@Thomyrock
Copy link
Author

Ok I understand, thank you for fixing this.

@Thomyrock Thomyrock closed this Dec 16, 2024
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

Successfully merging this pull request may close these issues.

Loading jnidispatch on Android 15 with 16 KB page size leads to crash
2 participants