Modify ↓
Opened 12 years ago
Closed 12 years ago
#10839 closed defect (cantfix)
OperationalError: disk I/O error
Reported by: | anton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /login
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{}
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
System Information
Trac | 0.12.2
|
Babel | 0.9.5 (translations unavailable)
|
Genshi | 0.6
|
pysqlite | 2.6.3
|
Python | 2.4.3 (#1, Jun 18 2012, 08:55:23) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)]
|
setuptools | 0.6c11
|
SQLite | 3.7.12
|
Subversion | 1.6.11 (r934486)
|
jQuery | 1.4.2
|
Enabled Plugins
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 511, in _dispatch_request File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 237, in dispatch File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 115, in process_request File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 153, in _do_login File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 77, in transaction_wrapper File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 161, in store_session_cookie File "build/bdist.linux-x86_64/egg/trac/db/util.py", line 65, in execute File "build/bdist.linux-x86_64/egg/trac/db/sqlite_backend.py", line 78, in execute File "build/bdist.linux-x86_64/egg/trac/db/sqlite_backend.py", line 56, in execute File "build/bdist.linux-x86_64/egg/trac/db/sqlite_backend.py", line 48, in _rollback_on_error OperationalError: disk I/O error
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a MaintenanceIssue.