cannot allocate memory in static TLS block exception raised when pyarrow is imported before MySQLdb #702
Unanswered
mdobrzanski
asked this question in
Issue report
Replies: 1 comment 2 replies
-
Note that this library uses/wraps/links libmysqlclient. We don't provide libmysqlclient. So I can not fix it.
Oh, really? I thought Ubuntu had fixed this issue already. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
The mysqlclient (MySQLdb) cannot be imported if pyarrow is imported first. An ImportError is raised: /lib64/libstdc++.so.6: cannot allocate memory in static TLS block
I have originally created the issue with reproduction steps at pyarrow project apache/arrow#39854 . The maintainer of python pyarrow thinks that the issue has to be fixed on the MySQLdb side. Do you think you can work on that?
Environment
I've confirmed it is a problem on Oracle Linux 9 and Ubuntu 22.04
How did you install libmysqlclient libraries?
with dnf using mysql community repository v.
What version of mysqlclient do you use?
2.2.1 or 2.2.4
Beta Was this translation helpful? Give feedback.
All reactions