Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9314


Ignore:
Timestamp:
May 7, 2010, 10:12:42 AM (14 years ago)
Author:
Christian Boos
Comment:

Are you sure it was an upgrade and not a downgrade from trunk?

Does it happen for all pages?

For the page it happens, what's in the db?

$ echo "select * from wiki where name='WikiStart' and version=(select max(version) from wiki where name='WikiStart');" \
    | sqlite3 your_tracenv/db/trac.db 

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9314

    • Property Severity blockernormal
  • Ticket #9314 – Description

    initial v1  
    33
    44Trac detected an internal error:
     5{{{
    56ValueError: timestamp out of range for platform time_t
     7}}}
    68
     9{{{
    710This is the Python Traceback:
    811File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
     
    1619File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/wiki/model.py", line 70, in _fetch
    1720  self.time = datetime.fromtimestamp(time, utc)
    18 
     21}}
    1922This is the System Information:
     23{{{
    2024Trac: 0.11.7
    2125Python: 2.4.2 (#2, Sep 30 2005, 21:23:58) [GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)]
     
    2731Subversion: 1.2.0 (r14790)
    2832jQuery: 1.2.6
    29 
     33}}}
    3034Can you help me, please!?