Modify ↓
Opened 16 years ago
Closed 16 years ago
#9033 closed defect (cantfix)
OperationalError: database or disk is full
| Reported by: | root | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /report/3, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'3'}
System Information
| Trac | 0.11.6
|
| Python | 2.6 (r26:66714, Feb 21 2009, 05:33:00) [GCC 4.3.2 [gcc-4_3-branch revision 141291]]
|
| setuptools | 0.6c11
|
| SQLite | 3.6.4
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 1.1.1
|
| Subversion | 1.6.9 (r901367)
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 229, in dispatch
req.session.save()
File "/usr/lib/python2.6/site-packages/trac/web/session.py", line 100, in save
(self.sid,))
File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 64, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.6/site-packages/trac/db/sqlite_backend.py", line 80, in execute
PyFormatCursor.execute(self, *args)
File "/usr/lib/python2.6/site-packages/trac/db/sqlite_backend.py", line 59, in execute
args or [])
File "/usr/lib/python2.6/site-packages/trac/db/sqlite_backend.py", line 51, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database or disk is full
Attachments (0)
Note:
See TracTickets
for help on using tickets.



InstallationIssue (hint: re-read the error message).