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

Matplotlib: shared libc++ #1

Open
sarumaj opened this issue Nov 21, 2022 · 1 comment
Open

Matplotlib: shared libc++ #1

sarumaj opened this issue Nov 21, 2022 · 1 comment

Comments

@sarumaj
Copy link
Owner

sarumaj commented Nov 21, 2022

Porting p4a matplolib recipe leads to runtime error:

ImportError: dlopen failed: TLS symbol "_ZZN8gwp_asan15getThreadLocalsEvE6Locals"

@sarumaj sarumaj changed the title Matplotlib: shared libc++ #1 Matplotlib: shared libc++ Nov 21, 2022
@sarumaj sarumaj changed the title #1 Matplotlib: shared libc++ Matplotlib: shared libc++ Nov 21, 2022
@martinellison
Copy link

martinellison commented Sep 2, 2023

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.

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

No branches or pull requests

2 participants