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

dlopen failed: cannot locate symbol "__register_atfork" on Android 5.0 #2410

Closed
4 of 5 tasks
obfusk opened this issue Jan 23, 2021 · 1 comment
Closed
4 of 5 tasks
Labels

Comments

@obfusk
Copy link
Contributor

obfusk commented Jan 23, 2021

Checklist

  • the issue is indeed a bug and not a support request
  • issue doesn't already exist: https://github.com/kivy/python-for-android/issues
  • I have a short, runnable example that reproduces the issue
  • I reproduced the problem with the latest development version (p4a.branch = develop)
  • I used the grave accent (aka backticks) to format code or logs when appropriated

Description

The Google Play pre-launch report for my app shows the following error on a Huawei P8 青春版 (Android 5.0 (SDK 21)):

dlopen failed: cannot locate symbol "__register_atfork" referenced by "/data/app/my.app-1/lib/arm64/libmain.so"...

This makes sense since __register_atfork is only available in API level >= 23.

AFAIK Python doesn't use atfork, but OpenSSL does; I assume that's the issue.

Copy link

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants