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

accessing keys crashes with core 1.26 on armv7 #1326

Closed
r10s opened this issue Mar 4, 2020 · 0 comments · Fixed by #1327
Closed

accessing keys crashes with core 1.26 on armv7 #1326

r10s opened this issue Mar 4, 2020 · 0 comments · Fixed by #1327
Labels
blocker bug Something is not working

Comments

@r10s
Copy link
Contributor

r10s commented Mar 4, 2020

core 1.26 with rpgp 0.4.1 crashes on armv7 when a key is accessed, eg. in dc_get_securejoin_qr() (first finding at deltachat/deltachat-android#1259) but also when sending a message or trying to export a backup.
in case of dc_get_securejoin_qr(), the crash seems to happen somewhere inside Key::from_slice(), see log at deltachat/deltachat-android#1259 (comment), i did not collected details about other crashes yet.

in the android-emulator, things work out a this uses the x86 target - same for all the ci.

core 1.25 works fine, just tested that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Something is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant