We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Porting p4a matplolib recipe leads to runtime error:
ImportError: dlopen failed: TLS symbol "_ZZN8gwp_asan15getThreadLocalsEvE6Locals"
The text was updated successfully, but these errors were encountered:
I have received the same error message for the same entry point in a completely different program.
Does anyone know what it even means? Or what causes it? Or how to fix it?
nm -D on my so file gives me 0000000000000000 W _ZZN8gwp_asan15getThreadLocalsEvE6Locals so the entry does exist.
nm -D
0000000000000000 W _ZZN8gwp_asan15getThreadLocalsEvE6Locals
Sorry, something went wrong.
No branches or pull requests
Porting p4a matplolib recipe leads to runtime error:
ImportError: dlopen failed: TLS symbol "_ZZN8gwp_asan15getThreadLocalsEvE6Locals"
The text was updated successfully, but these errors were encountered: