Edgewall Software
Modify

Opened 15 years ago

Closed 15 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)

Change History (1)

comment:1 by Remy Blank, 15 years ago

Resolution: cantfix
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.