Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83653
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; '32-bit': 0.09; 'downtime': 0.09; 'restarted': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7.2': 0.16; '6th': 0.16; 'crashed': 0.16; '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; 'mode': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'towards': 0.31; 'option': 0.32; 'running': 0.33; 'mac': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'disk': 0.36; 'starting': 0.37; 'server': 0.38; 'process,': 0.38; 'days': 0.60; 'climbing': 0.84; 'unacceptable': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=jx6GfkkkgXw3BfnkG3fZzgQtkG8dbaG2+tx94NXC6vs=; b=SqN9VuQR0f5Kw75g3qCFavo5aY8RNdKeTdahJ3eYyJYSVDJ9654S3GYLLTgbNDsK0y rLy7UE5VMasrlHjaaklguAeQuZT9XHaD3jrpgPg7AJOsSUpO5Fu44uLWryPz6lG8XFF6 J3pZlKpNFrdvPc4pRVPfX2mjI4OP96ar9j8vpbuoAoedvPWfcz/kMle/sCqXp9ZHvl++ nsq9oJt3cWo1rF+Pne8Tr12Lw0xFatc6r9HDmAO0Jam/VY2xfZ9Rh6koc4BBrJsGMMG6 VggfkC3Jsr4RlF19qmD1GcY3vonwmHDlPZ5kY6hQrVMeXkRwS/kqUsgSTEguWjssUssb 2thw== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.186.8 with SMTP id fg8mr1027547wic.40.1421117467168; Mon, 12 Jan 2015 18:51:07 -0800 (PST) |
| In-Reply-To | <B967FFA3-810A-4C9F-A353-A3C5E8C9ED6B@ravnalaska.net> |
| References | <B967FFA3-810A-4C9F-A353-A3C5E8C9ED6B@ravnalaska.net> |
| Date | Mon, 12 Jan 2015 19:51:07 -0700 |
| Subject | Re: Track down SIGABRT |
| From | Jason Friedman <jsf80238@gmail.com> |
| Cc | python-list <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.17652.1421117479.18130.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1421117479 news.xs4all.nl 2850 [2001:888:2000:d::a6]:48330 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:83653 |
Show key headers only | 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
Re: Track down SIGABRT Jason Friedman <jsf80238@gmail.com> - 2015-01-12 19:51 -0700
csiph-web