-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
Describe the bug
Themis Android crashes on devices with 16 KB page size.
To Reproduce
Steps to reproduce the behavior:
- Create a virtual device with Android 15 and 16KB page size
- Run docs/examples/android app on the created virtual device
- App crashes
Expected behavior
App runs without a crash
Environment (please complete the following information):
- OS: Android 15
- Hardware: ARM 64-bit 16KB page size
- Themis version: 0.15.2
- Installation way:
- built from source
Additional context
According to https://developer.android.com/guide/practices/page-sizes#compile-r26-lower a line:
target_link_options(themis_jni PRIVATE "-Wl,-z,max-page-size=16384")
should be added to the file:
jni/CMakeLists.txt
Reactions are currently unavailable