frozen apps on AIX

Robin Dunn robind at earthling.net
Mon Aug 2 12:46:23 EDT 1999


I have an app I am trying to freeze on AIX.  It runs fine unfrozen, but as
soon as the frozen version tries to import an extension module in a .so it
core dumps.
It seems to be in the initial startup parts of the module's init function,
but nowhere that makes sense, somewhere between another function's return
and control coming back to the init function.

--
Robin Dunn
Software Craftsman
robin at AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/  Check it out!






More information about the Python-list mailing list