|
Home > Archive > Apache Mod-Python > October 2006 > core dumps because of expat symbols, python-2.5 seems to solve it
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
core dumps because of expat symbols, python-2.5 seems to solve it
|
|
| solo turn 2006-10-08, 7:14 pm |
| hi,
when does mod_python support python-2.5?
it seems that former versions are likely to cause core dumps when
using pyexpat, see http://python.org/sf/1295808,
http://python.org/sf/1075984, http://python.org/sf/1558223.
as subversion uses expat, and edgewall trac is for subversion, errors
like this seem to be very likely, when using mod_python for running
this. the same happens when running moinmoin wiki with mod_python
together with subversion.
python-2.5 seems to solve that.
-solo.
| |
| Dan Eloff 2006-10-08, 7:14 pm |
| On 10/8/06, solo turn <soloturn@gmail.com> wrote:
>
> when does mod_python support python-2.5?
I'm running mod_python on 2.5 for more than two weeks now without any
problems that I've been aware of. Grab the trunk version from the
subversion and have fun.
-Dan
| |
| Graham Dumpleton 2006-10-08, 7:14 pm |
|
On 09/10/2006, at 4:37 AM, solo turn wrote:
> hi,
>
> when does mod_python support python-2.5?
>
> it seems that former versions are likely to cause core dumps when
> using pyexpat, see http://python.org/sf/1295808,
> http://python.org/sf/1075984, http://python.org/sf/1558223.
>
> as subversion uses expat, and edgewall trac is for subversion, errors
> like this seem to be very likely, when using mod_python for running
> this. the same happens when running moinmoin wiki with mod_python
> together with subversion.
>
> python-2.5 seems to solve that.
There is more to it than that. Read:
http://www.dscpl.com.au/wiki/ModPython/Articles/
ExpatCausingApacheCrash
Python 2.5 on a 64 bit platform may have issues as mod_python
has been updated properly for 64 bit platforms with new Python.
Graham
|
|
|
|
|