[issue14150] AIX, crash loading shared module into another process than python like operator.so results in 0509-130

Michael Haubenwallner report at bugs.python.org
Mon Jun 2 17:09:25 CEST 2014


Michael Haubenwallner added the comment:

Doing it this way strictly requires runtime-linking to be enabled, to have "the main executable" and the module use the same runtime instance of the libpython${VERSION}.so symbols.

Instead, "the main executable" better should re-export the python symbols itself. This requires httpd to be linked with "-bE:/path/to/python.exp" linker flag.

----------
nosy: +haubi

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


More information about the Python-bugs-list mailing list