STINNER Victor <vstin...@python.org> added the comment:

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"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44434>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to