This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients benjamin.peterson, jackdied, kathyvs, nicodotti
Date 2008-08-01.21:01:16
SpamBayes Score 0.13766055
Marked as misclassified No
Message-id <1217624477.93.0.546804320526.issue2951@psf.upfronthosting.co.za>
In-reply-to
Content
It is a common apache problem.  Elementree imports an expat parser
(presumably cElementree doesn't) and different versions of expat play
together very poorly.  Lots of apache modules load one xml lib version
or another and they tend to step on each others toes .. and then segfault.

IIRC the only way to resolve this is to figure out which loaded apache
modules are using expat and recompile them all against the same version.
 Not fun.
History
Date User Action Args
2008-08-01 21:01:18jackdiedsetrecipients: + jackdied, kathyvs, benjamin.peterson, nicodotti
2008-08-01 21:01:17jackdiedsetmessageid: <1217624477.93.0.546804320526.issue2951@psf.upfronthosting.co.za>
2008-08-01 21:01:17jackdiedlinkissue2951 messages
2008-08-01 21:01:16jackdiedcreate