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


Groups > comp.lang.python > #83707 > unrolled thread

Re: Track down SIGABRT

Started byIsrael Brewster <israel@ravnalaska.net>
First post2015-01-13 08:03 -0900
Last post2015-01-13 08:03 -0900
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Track down SIGABRT Israel Brewster <israel@ravnalaska.net> - 2015-01-13 08:03 -0900

#83707 — Re: Track down SIGABRT

FromIsrael Brewster <israel@ravnalaska.net>
Date2015-01-13 08:03 -0900
SubjectRe: Track down SIGABRT
Message-ID<mailman.17685.1421168614.18130.python-list@python.org>
On Jan 12, 2015, at 5:51 PM, Jason Friedman <jsf80238@gmail.com> wrote:

>> 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.

Good thought. I'm pretty sure that the system monitor still showed a couple of gigs free memory before the last crash, but the process could still be using unacceptable amounts of resources

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

Yes, that's an option, and as a work-around I'll consider it. Of course, I'd much rather not have the thing crash in the first place :-)

> -- 
> https://mail.python.org/mailman/listinfo/python-list

-----------------------------------------------
Israel Brewster
Systems Analyst II
Ravn Alaska
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7293
-----------------------------------------------

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web