On Jan 13, 2015, at 6:27 AM, William Ray Wing <w...@mac.com> wrote:

> 
>> On Jan 9, 2015, at 12:40 PM, Israel Brewster <isr...@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
-----------------------------------------------

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

Reply via email to