Skip to content

fix crash on android emulator x86_64#224

Open
siddarthkay wants to merge 1 commit intorjeczalik:masterfrom
siddarthkay:fix-crash-on-amd64
Open

fix crash on android emulator x86_64#224
siddarthkay wants to merge 1 commit intorjeczalik:masterfrom
siddarthkay:fix-crash-on-amd64

Conversation

@siddarthkay
Copy link

@siddarthkay siddarthkay commented Oct 31, 2023

We discovered during our E2E tests that our android emulators (x86_64) were crashing with a syscal 232 stacktrace.

ref : status-im/status-legacy#17265

we traced those syscalls to this library and this library works fine on all linux architectures ( android inclusive ) except for amd64.

This PR introduces a build flag that does not build the problematic syscall for amd64 architectures only and adds a poorly performing fallback for those cases.

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.

1 participant