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

Use the sigaction syscall directly on arm64 #805

Merged
merged 2 commits into from
May 4, 2015
Merged

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Apr 30, 2015

The bionic libc wrapper is broken in some way that results in it not working for SIGSEGV. Fixes encryption not working at all on ARM64 Android devices.

tgoyne added 2 commits April 30, 2015 15:55
The libc wrapper is broken in some way that results in it not working for
SIGSEGV. Fixes encryption not working at all on ARM64 Android devices.
@bmunkholm
Copy link
Contributor

Awesome!

@simonask
Copy link
Contributor

simonask commented May 4, 2015

lgtm 👍

@kneth
Copy link
Contributor

kneth commented May 4, 2015

I have built core for Android, ran the Android unit tests, and ran a simple Android app (as reported by the user) on a Nexus 9 tablet. It seems to run fine 👍

#ifdef REALM_ANDROID
#include <linux/unistd.h>
#include <sys/syscall.h>
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would have been nice with some indentation here, like above.

@kspangsege
Copy link
Contributor

👍

kspangsege pushed a commit that referenced this pull request May 4, 2015
Use the sigaction syscall directly on arm64
@kspangsege kspangsege merged commit b07610a into stable May 4, 2015
@rrrlasse
Copy link
Contributor

rrrlasse commented May 4, 2015

👍

@tgoyne tgoyne deleted the tg-arm64-signal branch May 5, 2015 16:23
fealebenpae pushed a commit that referenced this pull request Nov 17, 2020
* update protocol error for sync 4.6.0
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants