[Buildbot-commits] [Buildbot] #2005: SQLAlchemy Operational errors with SQLite: Database is locked
Buildbot
nobody at buildbot.net
Sun Jul 3 22:06:51 UTC 2011
#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+--------------------
Reporter: abompard | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.8.5
Version: 0.8.4 | Resolution:
Keywords: database |
---------------------+--------------------
Comment (by dustin):
(For the record, that's Twisted-8.1.0..)
Ah, I've been thinking of SQLITE_BUSY all this time - the error is
SQLITE_LOCKED. See http://www.sqlite.org/cvstrac/wiki?p=DatabaseIsLocked.
In particular, I bet this is
Trying to write to a table while a SELECT is active on that same table.
which was fixed in sqlite version 3.3.7. Are you using a version that
old?
--
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list