[Buildbot-commits] [Buildbot] #2005: SQLAlchemy Operational errors with SQLite: Database is locked
Buildbot
nobody at buildbot.net
Sun Jan 22 19:16:34 UTC 2012
#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+-----------------------
Reporter: abompard | Owner:
Type: defect | Status: reopened
Priority: critical | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: database |
---------------------+-----------------------
Comment (by dustin):
Evidence for the "database is locked" = "SQLITE_BUSY" assertion:
* pysqlite just calls sqlite3_errmsg -
http://code.google.com/codesearch#aEvhAxCkZ8U/src/util.c&q=SQLITE_BUSY%20package:http://pysqlite%5C.googlecode%5C.com&l=68
* sqlite3.c reads the message from an array, and:
{{{
113089 /* SQLITE_BUSY */ "database is locked",
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:20>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list