On Apr 15, 3:04 am, "Graham Dumpleton" <[EMAIL PROTECTED]> wrote: > First off, upgrade to mod_python 3.3.1 and stop using the older > version of mod_python. This will eliminate it being a problem with the > older version of mod_python that has been fixed. There were an awful > lot of fixes and improvements made in mod_python 3.3.1.
Thanks for suggesting this, but unfortunately this is not an option for me. I'm running Debian "stable," and this is the current version available in this distribution. :-( > Second, as a quick check, make sure you aren't hitting the most common > reason for crashes when using mod_python by checking out: > > http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash That looks like a valuable hint, thank you. I will check it out. > Finally, try and work out where it is crashing by doing the following: > > apachectl stop > > gdb /some/path/httpd > > In gdb do: > > run -DONE_PROCESS > > Then use the Trac application via your web browser until it crashes. > > In gdb then do: > > where > > Analyse the stack trace to identify where it crashes and if you can't > make sense of it, post the stack trace here. Thanks for that one, too, but it might not be an option because we're talking about a production machine that hosts about two dozens of domains. Will get back as soon as I have more info. Thanks so far! Regards, Ralf --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
