Modify ↓
Opened 13 years ago
Closed 13 years ago
#10394 closed defect (cantfix)
ValueError: timestamp out of range for platform time_t
Reported by: | lyunix98 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /wiki
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.187 Safari/535.1
System Information
Trac | 0.11.2
|
Python | 2.5.2 (r252:60911, Sep 15 2008, 15:20:25) [GCC 3.4.6 [FreeBSD] 20060305]
|
setuptools | 0.6c8
|
SQLite | 3.4.2
|
pysqlite | 2.3.5
|
Genshi | 0.5.1
|
Pygments | 0.11.1
|
Subversion | 1.5.2 (r32768)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 204, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/wiki/web_ui.py", line 118, in process_request page = WikiPage(self.env, pagename) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/wiki/model.py", line 43, in __init__ self._fetch(name, version, db) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/wiki/model.py", line 70, in _fetch self.time = datetime.fromtimestamp(time, utc) ValueError: timestamp out of range for platform time_t
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is an InstallationIssue. Either you are trying to use a 0.12 database with a 0.11 client, or your database has invalid values. Look at the
time
column of thewiki
table.