plesk / debian11to12

Plesk dist-upgrader tool: Debian 11 to 12
Apache License 2.0
1 stars 1 forks source link

libgcc_s.so.1 must be installed for pthread_cancel to work #1

Closed EarMaster closed 3 months ago

EarMaster commented 5 months ago

Describe the bug During stage Pre-install packages the output stops with the following error:

libgcc_s.so.1 must be installed for pthread_cancel to work

The script continues to run, but output is stopped at that point.

debian11to12_feedback.zip

kpushkaryov commented 5 months ago

That's triggered by a known issue with older Python versions: https://bugs.python.org/issue44434. We should preload the library to prevent it.