[Trac-tickets] Re: [The Trac Project] #2170: Crash while doing a
login/logout in the Timeline
The Trac Project
noreply at edgewall.com
Tue Oct 4 12:44:37 CDT 2005
#2170: Crash while doing a login/logout in the Timeline
----------------------+-----------------------------------------------------
Reporter: cboos | Owner: cboos
Type: defect | Status: assigned
Priority: high | Milestone: 0.9
Component: general | Version: devel
Severity: critical | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by cboos):
... not that simple: applying the previous change was not enough,
because the database effectively remains locked when using 2.0.4.
I see in the log that I got this exception:
{{{
Exception pysqlite2.dbapi2.OperationalError: 'cannot rollback transaction
- SQL statements in progress' in <bound method PooledConnection.__del__ of
<trac.db.PooledConnection object at 0x40cf2814>> ignored
}}}
which I can relate to the SQLiteConnection object which was doing
the `COMMIT`.
So it appears that the connection object doesn't recover cleanly
after a commit which timed out.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2170>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list