could you try rebuilding/reinstalling the libapache-mod-python package?
Jonas Meurer writes:
> On 21/09/2004 Alexandre wrote:
> > On Tue, Sep 21, 2004 at 04:09:03PM +0200, Jonas Meurer wrote:
> > > it's a problem with libapache-mod-python, it segfaults at using
> > > MySQL-Python. see #270555 for more information.
> >
> > Would you happen to have a post mortem analysis of apache available, in
> > order to see what precisely causes the segfault ?
>
> all i can tell you, is what error.log from apache reports:
> [Tue Sep 21 18:55:41 2004] [notice] mod_python: (Re)importing testapp from
> None
> [Tue Sep 21 18:55:42 2004] [notice] child pid 15196 exit signal Segmentation
> fault (11)
>
> the process with pid 15196 doesn't exist, if i ps for it.
>
> i don't use libapache-mod-python myself, but there are at least 4 people
> using python-mysqldb who reported the problem to me, and i'm pretty good
> able to reproduce the bug.
>
> if you're interested in debugging, i can provide the testapp.py and a
> corresponding test.sql to reproduce the bug.
>
> bye
> jonas