When will Realm SDK support Android 16 KB page size?
O-CommunityT-BugFrequency:AlwaysRepro:AlwaysSDK-Use:LocalEncryption:On
### How frequently does the bug occur?
Always
### Description
We're using Realm in an Android app and noticed that the native `.so` libraries (e.g., `librealm-jni.so`) are not aligned to 16 KB pages. With Android 15+ requiring 16 KB page size on some devices (e.g., Pixel 7/8), this is a critical compatibility issue.
Can you confirm:
- Is there an upcoming SDK release that includes 16 KB aligned native binaries?
- Is there a timeline for official support?
- Any recommended workarounds?
Thank you!
### Stacktrace & log output
```shell
libc A Fatal signal 5 (SIGTRAP), code 128 (SI_KERNEL), fault addr 0x0 in tid 16647 (MemoryInfra), pid 16534
DEBUG pid-16868 A pid: 16534, tid: 16647, name: MemoryInfra >>> project name <<<
```
### Can you reproduce the bug?
Always
### Reproduction Steps
Not in any specific scenarios. While testing the app crashing automatically.
Note: We used 2 different processes. SSO & rest of the app.
### Version
Realm 10.19.0
### What Atlas App Services are you using?
Local Database only
### Are you using encryption?
Yes
### Platform OS and version(s)
Android 15
### Build environment
Android Studio version: latest version of Narwhal //2025.1.1
Android Build Tools version: 8.8.1
Gradle version: 8.11.1
4 条评论