-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
rhel-8.10
-
None
-
None
-
Moderate
-
rhel-databases
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
What were you trying to do that didn't work?
Customer is using a custom python application that relies on the system mysql-libs. After updating the package from mysql-libs-8.0.17-3.module+el8.0.0+3898+e09bb8de.x86_64, application began failing with the error below:
ImportError: /lib64/libstdc++.so.6: cannot allocate memory in static TLS block
What is the impact of this issue to you?
Application non-functional on updated package versions. Workaround of downgrading package is required.
Please provide the package NVR for which the bug is seen:
mysql-libs-8.0.43-1.module+el8.10.0+23526+fabc920a.x86_64
How reproducible is this bug?:
100%
Steps to reproduce
- Update mysql packages to the affected version
- Create a python program as described in an upstream bug report match:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1889851
https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/1890170 (marked as duplicate, with matching errors to customer case) - Run the python program with mysql-libs-8.0.43-1.module+el8.10.0+23526+fabc920a.x86_64 installed/imported
Expected results
Program works as intended.
Actual results
Fails with errors shown in upstream bug report matches.