RE: [Twisted-Python] strange server crash

2009-03-24 Thread Alec Matusis
dmatrix.com [mailto:twisted-python- > boun...@twistedmatrix.com] On Behalf Of gl...@divmod.com > Sent: Monday, March 23, 2009 1:37 AM > To: 'Twisted general discussion' > Subject: RE: [Twisted-Python] strange server crash > > > On 07:25 am, matu...@yahoo.com wrote: > >Very

RE: [Twisted-Python] strange server crash

2009-03-23 Thread Alec Matusis
out of 8? > -Original Message- > From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python- > boun...@twistedmatrix.com] On Behalf Of gl...@divmod.com > Sent: Monday, March 23, 2009 1:37 AM > To: 'Twisted general discussion' > Subject: RE: [Twisted-

RE: [Twisted-Python] strange server crash

2009-03-23 Thread glyph
On 07:25 am, matu...@yahoo.com wrote: Very strange. I am not using any custom C extensions... In the last two days, it has been under larger load, and it has not crashed. I will update to Python 2.6 soon. Have you tested for bad RAM on that server? The error mode is sufficiently weird and

RE: [Twisted-Python] strange server crash

2009-03-23 Thread Alec Matusis
y, March 22, 2009 8:10 AM > To: Twisted general discussion > Subject: Re: [Twisted-Python] strange server crash > > On Sun, Mar 22, 2009 at 10:32 AM, Itamar Shtull-Trauring > wrote: > > On Sat, 2009-03-21 at 20:02 -0700, Alec Matusis wrote: > > > >>

Re: [Twisted-Python] strange server crash

2009-03-22 Thread Alvin Delagon
We also had a similar problem like this on one of our long running servers although I didn't find some time to archive the logs. I'm not sure if it's related; but I can see clearly that you're using python2.4 and it has some funky issues with its memory management ( http://evanjones.ca/python-memor

Re: [Twisted-Python] strange server crash

2009-03-22 Thread Christopher Armstrong
On Sun, Mar 22, 2009 at 10:32 AM, Itamar Shtull-Trauring wrote: > On Sat, 2009-03-21 at 20:02 -0700, Alec Matusis wrote: > >>           File "/nail/live/im/myserv/service.py", line 1199, in logout >> >>             if self.nick in session.sellers: >> >>         exceptions.AttributeError: WLResultS

Re: [Twisted-Python] strange server crash

2009-03-22 Thread Itamar Shtull-Trauring
On Sat, 2009-03-21 at 20:02 -0700, Alec Matusis wrote: > File "/nail/live/im/myserv/service.py", line 1199, in logout > > if self.nick in session.sellers: > > exceptions.AttributeError: WLResultSet instance has no > attribute 'sellers' > > > > This last error re