Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2356


Ignore:
Timestamp:
Nov 15, 2005, 12:48:39 PM (18 years ago)
Author:
Christian Boos
Comment:

This seems similar to pysqlite:ticket:28.

From there:

For reference, this is probably due to insufficient space in a /tmp partition.

and

I had this problem when my /var partition was full.

Please reopen if the problem persist after having cleaned-up your /var and /tmp partitions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2356

    • Property Status newclosed
    • Property Resolutionworksforme
    • Property Summary errorpysqlite "database is full" error
  • Ticket #2356 – Description

    initial v1  
    11Python traceback
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 531, in cgi_start
     
    2525    self.db.execute("BEGIN")
    2626DatabaseError: database is full
     27}}}