Opened 12 years ago
Closed 12 years ago
#3979 defect closed wontfix (wontfix)
OperationalError: database is locked
Reported by: | lorph | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
How to Reproduce
While doing a GET operation on /login
, Trac issued an internal error.
System Information
Python | 2.5.2 (r252:60911, Jul 22 2009, 15:34:27) [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] |
Subversion | 1.4.6
|
SQLite | 3.4.2
|
pysqlite | 2.3.2
|
Python Traceback
Traceback (most recent call last): File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/main.py", line 377, in dispatch_request dispatcher.dispatch(req) File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/auth.py", line 100, in process_request self._do_login(req) File "/srv/trac/.local/lib/python2.5/site-packages/trac/web/auth.py", line 136, in _do_login db.commit() OperationalError: database is locked
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Owner: | Glyph deleted |
---|
Note: See
TracTickets for help on using
tickets.
There's nothing we can really do about this aside from either fixing trac or switching away from trac. Neither is likely to happen soon, I think. However, if you'd like to help out with fixing this, please re-open this ticket and we can discuss it.