Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83653

Re: Track down SIGABRT

References <B967FFA3-810A-4C9F-A353-A3C5E8C9ED6B@ravnalaska.net>
Date 2015-01-12 19:51 -0700
Subject Re: Track down SIGABRT
From Jason Friedman <jsf80238@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.17652.1421117479.18130.python-list@python.org> (permalink)

Show all headers | View raw


> I have a long-running python/CherryPy Web App server process that I am
> running on Mac OS X 10.8.5. Python 2.7.2 running in 32-bit mode (for now, I
> have the code in place to change over to 64 bit, but need to schedule the
> downtime to do it). On the 6th of this month, during normal operation from
> what I can tell, and after around 33 days of trouble-free uptime, the python
> process crashed with a SIGABRT. I restarted the process, and everything
> looked good again until yesterday, when it again crashed with a SIGABRT.

Can you monitor disk and memory on the host?  Perhaps it is climbing
towards an unacceptable value right before crashing.

Do you have the option of stopping and starting your process every
night or every week?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Track down SIGABRT Jason Friedman <jsf80238@gmail.com> - 2015-01-12 19:51 -0700

csiph-web