We're using Python 2.5 on our production and testing servers, which both run SunOS 5.8 and Oracle 10g. The script we're working on is supposed to process wddx packets, enter some info in the database and move the packet for further processing. On the testing server everything works fine. However, on production server, every time the script runs once python is finished with it and its own cleanup procedures we get the "Segmentati on Fault (core dumped)" message. This is not happening when the script is run from the root account, and also it never happened on the testing server. This happens even when there are no packets to process, and doesn't happen with some other python scripts that we are running, so I'm assuming it has something to do with included libraries or something.
Any ideas what might be wrong and how to fix it? If you need any more info about that
Any ideas what might be wrong and how to fix it? If you need any more info about that
Comment