Mailing List Archive

frozen apps on AIX
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@AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/ Check it out!