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

STINNER Victor report at bugs.python.org
Sun Aug 18 00:44:04 CEST 2013


STINNER Victor added the comment:

2013/8/18 Maries Ionel Cristian <report at bugs.python.org>:
> Well anyway, is there any way to preload libgcc ? Because in python2.x it wasn't loaded at runtime.

On Linux, you can try to set the LD_PRELOAD environment variable as a
workaround.

LD_PRELOAD=libgcc_s.so.1 python bug.py

You may need to specify the full path.

----------

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


More information about the Python-bugs-list mailing list