Modify ↓
#6940 closed defect (duplicate)
OperationalError: disk I/O error
Reported by: | cdollins | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11b1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /wiki
, Trac issued an internal error.
(please provide additional details here)
System Information
Trac | 0.11b1
|
Python | 2.3.4 (#1, Nov 4 2004, 14:06:56) [GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)]
|
setuptools | 0.6c7
|
SQLite | 3.3.13
|
pysqlite | 2.3.3
|
Genshi | 0.4.4
|
Pygments | 0.9
|
Subversion | 1.4.6 (r28521)
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/web/main.py", line 398, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/web/main.py", line 220, in dispatch req.session.save() File "/usr/lib/python2.3/site-packages/Trac-0.11b1-py2.3.egg/trac/web/session.py", line 212, in save db.commit() OperationalError: disk I/O error
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Oops… Trac detected an internal error:
OperationalError: disk I/O error
This is probably a local installation issue.
Note:
See TracTickets
for help on using tickets.
See #6213.