[Buildbot-commits] [SPAM] Re: [Buildbot] #748: Exception when adding change

Buildbot buildbot-devel at lists.sourceforge.net
Mon Mar 22 17:47:44 UTC 2010


#748: Exception when adding change
--------------------+-------------------------------------------------------
Reporter:  catlee   |       Owner:       
    Type:  defect   |      Status:  new  
Priority:  blocker  |   Milestone:  0.8.0
 Version:  master   |    Keywords:       
--------------------+-------------------------------------------------------

Comment(by catlee):

 This can also happen in the scheduler loop, and it looks like it breaks
 the loop permanently:

 {{{
 2010-03-22 13:26:53-0400 [-] Unhandled Error
         Traceback (most recent call last):
           File "/usr/lib/python2.5/threading.py", line 462, in __bootstrap
             self.__bootstrap_inner()
           File "/usr/lib/python2.5/threading.py", line 486, in
 __bootstrap_inner
             self.run()
           File "/usr/lib/python2.5/threading.py", line 446, in run
             self.__target(*self.__args, **self.__kwargs)
         --- <exception caught here> ---
           File "/home/catlee/src/twisted-
 git/twisted/python/threadpool.py", line 210, in _worker
             result = context.call(ctx, function, *args, **kwargs)
           File "/home/catlee/src/twisted-git/twisted/python/context.py",
 line 59, in callWithContext
             return self.currentContext().callWithContext(ctx, func, *args,
 **kw)
           File "/home/catlee/src/twisted-git/twisted/python/context.py",
 line 37, in callWithContext
             return func(*args,**kw)
           File "/home/catlee/src/twisted-
 git/twisted/enterprise/adbapi.py", line 429, in _runInteraction
             result = interaction(trans, *args, **kw)
           File "/home/catlee/src/buildbot/buildbot/schedulers/timed.py",
 line 97, in _run
             s = self.get_state(t)
           File "/home/catlee/src/buildbot/buildbot/schedulers/base.py",
 line 90, in get_state
             return self.parent.db.scheduler_get_state(self.schedulerid, t)
           File "/home/catlee/src/buildbot/buildbot/db/connector.py", line
 593, in scheduler_get_state
             t.execute(q, (schedulerid,))
           File "/home/catlee/src/buildbot/buildbot/db/connector.py", line
 63, in execute
             return self._cursor.execute(*args, **kwargs)
           File "/usr/lib/pymodules/python2.5/MySQLdb/cursors.py", line
 166, in execute
             self.errorhandler(self, exc, value)
           File "/usr/lib/pymodules/python2.5/MySQLdb/connections.py", line
 35, in defaulterrorhandler
             raise errorclass, errorvalue
         _mysql_exceptions.OperationalError: (2006, 'MySQL server has gone
 away')
 }}}

-- 
Ticket URL: <http://buildbot.net/trac/ticket/748#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list