Message395925
See also bpo-18748 "io.IOBase destructor silence I/O error on close() by default" which was caused by a bug in an application, the application closed the libgcc_s file descriptor by mistake. It closed the same file decriptor twice, whereas the FD was reused by dlopen() in the meanwhile. But the result was the same, the process aborted with this error message:
"libgcc_s.so.1 must be installed for pthread_cancel to work" |
|
Date |
User |
Action |
Args |
2021-06-16 14:27:04 | vstinner | set | recipients:
+ vstinner |
2021-06-16 14:27:04 | vstinner | set | messageid: <1623853624.79.0.301868958873.issue44434@roundup.psfhosted.org> |
2021-06-16 14:27:04 | vstinner | link | issue44434 messages |
2021-06-16 14:27:04 | vstinner | create | |
|