On Feb 19, 2:10 am, George Nychis <[email protected]> wrote:
> Sorry, I had tried "PythonInterpreter main_interpreter" and it didn't
> help, as I mentioned in my e-mail. So, I tried switching to "trac"
> which is when I posted to the mailing list. I have a mod_python version
> after 3.2.8, which the comment suggested in comment 1.
>
> As for the second comment, I'm not using mod_wsgi, and it said the
> solution is the same as "PythonInterpreter main_interpreter" ...
I suggest mod_wsgi as mod_python still has other bugs in it related to
Python GIL which mod_wsgi doesn't. It is also much easier to isolate
the problem with mod_wsgi because you can use daemon mode to delegate
Trac to a process of its own, allowing debuggers to be more easily
attached and capture where crash is occuring.
Anyway, it is quite possible it isn't even that issue as there are
various other issues that can cause Trac to crash. For one, have you
even checked the expat incompatibility problem. Or the problem caused
by svn module for Apache being built and/or using different version of
svn libraries to Python svn libraries. And have you ensure you aren't
running PHP in same Apache instance.
For the expat issue see:
http://code.google.com/p/modwsgi/wiki/IssuesWithExpatLibrary
http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash
Graham
> - George
>
> Graham Dumpleton wrote:
> > You don't even follow the advice in that ticket. You have:
>
> > PythonInterpreter "trac"
>
> > You must use:
>
> > PythonInterpreter main_interpreter
>
> > Go read the two references linked from last comment in that ticket.
>
> > Graham
>
> > On Feb 18, 8:43 am, George Nychis <[email protected]> wrote:
> >> sorry for the bump, still having issues with this.
>
> >> George Nychis wrote:
> >>> Hi all,
> >>> I am having the following error:
> >>>http://trac.edgewall.org/ticket/2611
> >>> I tried adding "PythonInterpreter main_interpreter" which is suggested
> >>> by users in the ticket, however, I am still getting the segfault.
> >>> Here is my full configuration, line 333 is where the related config
> >>> starts:
> >>>http://pastebin.com/f7ab11ddb
> >>> A little bit about what I'm using:
> >>> Apache/2.2.6 (FreeBSD)
> >>> mod_ssl/2.2.6
> >>> OpenSSL/0.9.8g
> >>> DAV/2
> >>> SVN/1.4.4
> >>> PHP/5.2.5 with Suhosin-Patch
> >>> mod_python/3.3.1
> >>> Python/2.5.1
> >>> I'd greatly appreciate any suggestions.
> >>> Thanks!
> >>> George
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---