You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a Zenoh Session on an Android emulator always results in an application crash. Blocks Android emulator use. I've provided a sample project to reproduce this.
Hi, I finally took some time to look into this issue. Unfortunately I haven't been able to reproduce it on arm64 based emulators (couldn't run x86 emulators because Qemu doesn't provide x86 emulation support on m2 chips from Macs).
Looking at the logs it seems that the key param provided to the session.declareKeyExpr function is not valid anymore from the native perspective (an error thrown by the Rust JNI lib we use). I wonder if it's related to the context switch at Kotlin level (because the function is called within a withContext(Dispatchers.IO) { ... } call).
Have you tried the using different emulator architectures and Android versions?
Describe the bug
Opening a Zenoh Session on an Android emulator always results in an application crash. Blocks Android emulator use. I've provided a sample project to reproduce this.
sample project: https://github.com/ao-swarm/Zenoh-Emulator-Crash
sample stacktrace
To reproduce
Sample project that reproduces every time: https://github.com/ao-swarm/Zenoh-Emulator-Crash
System info
The text was updated successfully, but these errors were encountered: