Edgewall Software

Ticket #7025 (closed defect: duplicate)

Opened 10 months ago

Last modified 10 months ago

OperationalError: disk I/O error

Reported by: cdollins Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.11b2
Severity: normal Keywords:
Cc:

Description

How to Reproduce

While doing a GET operation on /, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11b2
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
mod_python < 3.2
Pygments 0.9

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Trac-0.11b2-py2.3.egg/trac/web/main.py", line 419, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/Trac-0.11b2-py2.3.egg/trac/web/main.py", line 221, in dispatch
    req.session.save()
  File "/usr/lib/python2.3/site-packages/Trac-0.11b2-py2.3.egg/trac/web/session.py", line 212, in save
    db.commit()
OperationalError: disk I/O error

Attachments

Change History

Changed 10 months ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

You should have searched for duplicates: search:"!OperationalError: disk I/O error"

Duplicate of #6213, please look there for a detailed explanation of the issue.

Add/Change #7025 (OperationalError: disk I/O error)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.