Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83708
| Subject | Re: Track down SIGABRT |
|---|---|
| From | Israel Brewster <israel@ravnalaska.net> |
| Date | 2015-01-13 08:05 -0900 |
| References | <B967FFA3-810A-4C9F-A353-A3C5E8C9ED6B@ravnalaska.net> <7FF67692-9F7B-4EE1-AD9F-83DAC545A78A@mac.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17686.1421168721.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Jan 13, 2015, at 6:27 AM, William Ray Wing <wrw@mac.com> wrote: > >> On Jan 9, 2015, at 12:40 PM, Israel Brewster <israel@ravnalaska.net> 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. The crash dump the system gave me doesn't tell me much, other than that it looks like python is calling some C function when it crashes. I've attached the crash report, in case it can mean something more to someone else. >> >> Can anyone give me some hints as to how to track down the cause of this crash? It's especially problematic since I can't mess with the live server for testing, and it is quite a while between crashes, making it difficult, if not impossible, to reproduce in testing. Thanks. >> ----------------------------------------------- >> Israel Brewster >> Systems Analyst II >> Ravn Alaska >> 5245 Airport Industrial Rd >> Fairbanks, AK 99709 >> (907) 450-7293 >> ----------------------------------------------- > > > Can you run the application in an IDE? Yes - I run it through Wing during development. I don't think that would be such a good option for my production machine, however. If it gets really bad I'll consider it though - that should at least tell me where it is crashing. > > -Bill ----------------------------------------------- Israel Brewster Systems Analyst II Ravn Alaska 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7293 -----------------------------------------------
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Track down SIGABRT Israel Brewster <israel@ravnalaska.net> - 2015-01-13 08:05 -0900
Re: Track down SIGABRT Paul Rubin <no.email@nospam.invalid> - 2015-01-13 09:31 -0800
Re: Track down SIGABRT Israel Brewster <israel@ravnalaska.net> - 2015-01-23 11:19 -0900
Re: Track down SIGABRT dieter <dieter@handshake.de> - 2015-01-26 08:17 +0100
csiph-web