#3455: Retrieving a changeset results in an empty page
---------------------+------------------------------------------------------
Reporter: cboos | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: devel
Severity: major | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by jonas):
It appears that forcing mod_python to use the same python interpreter for
all virtual hosts solves the problem. Adding the following line to each
virtual host on edgewall.org solved the problem:
{{{
PythonInterpreter "trac"
}}}
My current theory is that the subversion python bindings somehow does not
like the way mod_python uses multiple python interpreters. It could also
be that we do not call apr_initialize()/apr_terminate() correctly.
--
Ticket URL: <http://trac.edgewall.org/ticket/3455#comment:5>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets