Message195527
2013/8/18 Maries Ionel Cristian <report@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. |
|
Date |
User |
Action |
Args |
2013-08-17 22:44:04 | vstinner | set | recipients:
+ vstinner, pitrou, ionelmc, neologix |
2013-08-17 22:44:04 | vstinner | link | issue18748 messages |
2013-08-17 22:44:04 | vstinner | create | |
|