Modify ↓
Opened 13 years ago
Closed 13 years ago
#10715 closed defect (invalid)
OperationalError: database or disk is full
| Reported by: | pablo.fiaad | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /query, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'col': [u'id',
u'summary',
u'owner',
u'status',
u'severity',
u'sprint',
u'ticket_status',
u'found_in_version',
u'reporter',
u'time',
u'changetime',
u'created',
u'modified'],
'group': u'sprint',
'order': u'priority',
'report': u'12',
'ticket_status': [u'1 - New', u'2 - In progress', u'6 - Re opened'],
'type': u'Bug'}
System Information
| Trac | 0.11.7
|
| Python | 2.4.3 (#1, Jan 21 2009, 01:10:13) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)]
|
| setuptools | 0.6c9
|
| SQLite | 3.3.6
|
| pysqlite | 2.3.3
|
| Genshi | 0.5.1
|
| mod_wsgi | 2.5 (WSGIProcessGroup trac WSGIApplicationGroup %{GLOBAL})
|
| Pygments | 1.0
|
| Agilo | 0.9.3
|
| RPC | 1.0.6
|
| FullBlog | 0.1.1-r0
|
| Subversion | 1.6.2 (r37639)
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 229, in dispatch
req.session.save()
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/session.py", line 101, in save
(self.sid,))
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/db/util.py", line 64, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/db/sqlite_backend.py", line 80, in execute
result = PyFormatCursor.execute(self, *args)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/db/sqlite_backend.py", line 59, in execute
args or [])
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/db/sqlite_backend.py", line 51, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database or disk is full
Attachments (0)
Change History (1)
comment:1 by , 13 years ago
| Priority: | highest → normal |
|---|---|
| Resolution: | → invalid |
| Severity: | blocker → normal |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



MaintenanceIssue.