Determining cause of termination

Y

Yang

Hi all, my Python (2.4) program crashed after a couple days of running
(this'll be a pain to debug, I know). I think it just...stopped
running. My log files didn't show any (unusual) exceptions (I use the
logging module to files and stdout/stderr piped to files). I have a
feeling that the python interpreter crashed - perhaps I consumed a lot
of memory and so CPython died. I also don't use ctypes or anything - I
do import some twisted modules but I don't really use them. There was
no core dump and I don't know how to elicit one. How can I find out as
much as possible what happened? For starters, I'm now checking exit
status and periodically running 'top' to monitor memory consumption,
but are there any other ideas?

Thanks in advance,

Yang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,813
Messages
2,569,696
Members
45,483
Latest member
TedDvb6626

Latest Threads

Top