Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83707
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <israel@ravnalaska.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'amounts': 0.07; '32-bit': 0.09; 'downtime': 0.09; 'option,': 0.09; 'restarted': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; '2.7.2': 0.16; '6th': 0.16; 'crashed': 0.16; 'thought.': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'app': 0.19; 'memory': 0.22; 'cc:addr:python.org': 0.22; 'month,': 0.24; 'stopping': 0.24; 'cc:2**0': 0.24; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'mode': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'towards': 0.31; 'crash': 0.31; 'option': 0.32; 'url:python': 0.33; 'running': 0.33; 'mac': 0.33; "i'd": 0.34; 'could': 0.34; 'but': 0.35; 'disk': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; "i'll": 0.36; 'url:org': 0.36; 'received:10': 0.37; 'starting': 0.37; 'server': 0.38; 'jason': 0.38; 'process,': 0.38; 'pm,': 0.38; 'rather': 0.38; '12,': 0.39; 'sure': 0.39; 'url:mail': 0.40; 'days': 0.60; 'free': 0.61; 'first': 0.61; 'header:Message-Id:1': 0.63; 'to:addr:gmail.com': 0.65; 'received:12': 0.81; 'alaska': 0.84; 'climbing': 0.84; 'unacceptable': 0.84 |
| X-Warning | RFC compliance checks disabled due to whitelist |
| X-Warning | Reverse-Path DNS check skipped due to whitelist |
| X-Warning | Maximum message size check skipped due to whitelist |
| X-Warning | Realtime Block Lists skipped due to whitelist |
| X-Warning | System filters skipped due to whitelist |
| X-Warning | Domain filters skipped due to whitelist |
| X-Warning | User filters skipped due to whitelist |
| X-Warning | Anti-Spam check skipped due to whitelist |
| X-Whitelist | 2147483645 |
| X-Envelope-From | israel@ravnalaska.net |
| X-Envelope-To | jsf80238@gmail.com |
| Content-Type | text/plain; charset=us-ascii |
| Mime-Version | 1.0 (Mac OS X Mail 7.3 \(1878.6\)) |
| Subject | Re: Track down SIGABRT |
| From | Israel Brewster <israel@ravnalaska.net> |
| In-Reply-To | <CANy1k1jiNGXSJVJjCAh4xEw9eiS=hdswEhhioONqsLRvxeSdTw@mail.gmail.com> |
| Date | Tue, 13 Jan 2015 08:03:22 -0900 |
| Content-Transfer-Encoding | quoted-printable |
| References | <B967FFA3-810A-4C9F-A353-A3C5E8C9ED6B@ravnalaska.net> <CANy1k1jiNGXSJVJjCAh4xEw9eiS=hdswEhhioONqsLRvxeSdTw@mail.gmail.com> |
| To | Jason Friedman <jsf80238@gmail.com> |
| X-Mailer | Apple Mail (2.1878.6) |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17685.1421168614.18130.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1421168614 news.xs4all.nl 2906 [2001:888:2000:d::a6]:36580 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:83707 |
Show key headers only | View raw
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 -----------------------------------------------
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Track down SIGABRT Israel Brewster <israel@ravnalaska.net> - 2015-01-13 08:03 -0900
csiph-web