Re: Mod_python segfault after changeset 5990

2007-11-13 Thread Chase
Thanks, Graham. That would make sense. I'll update Apache's expat version later today and report back if it doesn't work. On Nov 12, 11:46 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Whoops. Looking at code now in Django, it doesn't actually import the > Python bindings for Subversion. > >

Re: Mod_python segfault after changeset 5990

2007-11-12 Thread Graham Dumpleton
Whoops. Looking at code now in Django, it doesn't actually import the Python bindings for Subversion. What the version module does do though is import minidom which means that pyexpat module is being imported. Thus you may be hitting the following issue: http://www.dscpl.com.au/wiki/ModPython/

Re: Mod_python segfault after changeset 5990

2007-11-12 Thread Graham Dumpleton
On Nov 13, 3:04 pm, Chase <[EMAIL PROTECTED]> wrote: > Folks, > > I've been running 0.96 on my development box with no troubles for the > past few months, but when I upgraded to the development version last > week,mod_pythonstarted throwing segmentation faults. I tracked the > issue to what appear

Mod_python segfault after changeset 5990

2007-11-12 Thread Chase
Folks, I've been running 0.96 on my development box with no troubles for the past few months, but when I upgraded to the development version last week, mod_python started throwing segmentation faults. I tracked the issue to what appears to be the django/__init__.py file in Changeset 5990. The ch