> 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 >
Thanks for the suggestions. I'm using after python version 2.5, so according to the expat documentation, it is not the cause of my segmentation fault. I switched over to mod_wsgi and am still getting the segmentation fault: http://pastebin.com/fabde3d4 I am going to check version matching, but if anyone else has any suggestions I'd greatly appreciate it. 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 -~----------~----~----~----~------~----~------~--~---
