[issue18748] libgcc_s.so.1 must be installed for pthread_cancel to work

STINNER Victor report at bugs.python.org
Fri Aug 16 15:14:45 CEST 2013


STINNER Victor added the comment:

Oh ok, I'm able to reproduce the issue with the system Python 3.3:

$ while true; do echo "loop"; python3.3 bug.py || break; done
loop
...
loop
libgcc_s.so.1 must be installed for pthread_cancel to work
Abandon (core dumped)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18748>
_______________________________________


More information about the Python-bugs-list mailing list