That's what I get when trying to connect to trac.rephial.org (happens since yesterday)...
DatabaseError: database disk image is malformed
Collapse
X
-
DatabaseError: database disk image is malformed
PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Tags: None -
-
I'm getting it too:
Code:==== How to Reproduce ==== While doing a GET operation on `/`, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {} }}} User agent: `#USER_AGENT#` ==== System Information ==== ''System information not available'' ==== Enabled Plugins ==== ''Plugin information not available'' ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/web/main.py", line 518, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/web/main.py", line 258, in dispatch req.session.save() File "build/bdist.linux-x86_64/egg/trac/web/session.py", line 88, in save File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/db/api.py", line 77, in transaction_wrapper fn(ldb) File "build/bdist.linux-x86_64/egg/trac/web/session.py", line 132, in delete_session_cookie File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/db/util.py", line 65, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/db/sqlite_backend.py", line 78, in execute result = PyFormatCursor.execute(self, *args) File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/db/sqlite_backend.py", line 56, in execute args or []) File "/usr/lib/python2.5/site-packages/Trac-0.12-py2.5.egg/trac/db/sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) DatabaseError: database disk image is malformed }}}
Comment
-
Comment
-
Hm... the error message does mention USER_AGENT, so maybe it has something to do with the User-Agent string sent by the browser.Comment
-
-
Comment
-
-
I'm going to guess (from a state of almost complete ignorance) that there was a short time where it was (for whatever reason) giving out bad cookies, and any browser that connected then is having trouble reconnecting.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment