[Buildbot-commits] [SPAM] [Buildbot] #714: sqlite error on shutdown

Buildbot buildbot-devel at lists.sourceforge.net
Tue Feb 16 02:48:43 UTC 2010


#714: sqlite error on shutdown
-----------------------------------+----------------------------------------
Reporter:  dustin                  |       Owner:  warner     
    Type:  undecided               |      Status:  new        
Priority:  major                   |   Milestone:  0.8.0      
 Version:  master (give git sha1)  |    Keywords:  schedulerdb
-----------------------------------+----------------------------------------
 I predictably see this on buildmaster shutdown:
 {{{
 2010-02-15 20:47:27-0600 [-] Connection close failed
         Traceback (most recent call last):
           File "/home/dustin/code/buildbot/t/buildbot/sand24/lib/python2.4
 /site-
 packages/Twisted-9.0.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
 line 307, in _startRunCallbacks
             self._runCallbacks()
           File "/home/dustin/code/buildbot/t/buildbot/sand24/lib/python2.4
 /site-
 packages/Twisted-9.0.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py",
 line 323, in _runCallbacks
             self.result = callback(self.result, *args, **kw)
           File "/home/dustin/code/buildbot/t/buildbot/sand24/lib/python2.4
 /site-
 packages/Twisted-9.0.0-py2.4-linux-x86_64.egg/twisted/internet/base.py",
 line 410, in _continueFiring
             callable(*args, **kwargs)
           File "/home/dustin/code/buildbot/t/buildbot/sand24/lib/python2.4
 /site-
 packages/Twisted-9.0.0-py2.4-linux-x86_64.egg/twisted/enterprise/adbapi.py",
 line 374, in finalClose
             self._close(conn)
         --- <exception caught here> ---
           File "/home/dustin/code/buildbot/t/buildbot/sand24/lib/python2.4
 /site-
 packages/Twisted-9.0.0-py2.4-linux-x86_64.egg/twisted/enterprise/adbapi.py",
 line 420, in _close
             conn.close()
         pysqlite2.dbapi2.ProgrammingError: SQLite objects created in a
 thread can only be used in that same thread.The object was created in
 thread id 47460026382608 and this is thread id 47459928256864
 }}}

-- 
Ticket URL: <http://buildbot.net/trac/ticket/714>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list