Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83653 > unrolled thread
| Started by | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| First post | 2015-01-12 19:51 -0700 |
| Last post | 2015-01-12 19:51 -0700 |
| 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.
Re: Track down SIGABRT Jason Friedman <jsf80238@gmail.com> - 2015-01-12 19:51 -0700
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2015-01-12 19:51 -0700 |
| Subject | Re: Track down SIGABRT |
| Message-ID | <mailman.17652.1421117479.18130.python-list@python.org> |
> 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 top | Article view | comp.lang.python
csiph-web