psyco + expat SEGVs

I

Ingo Blank

Hi,

while 95% of my 'psycoed' applications run fine, it throws SIGSEGVs in
conjunction with expat. Anybody noticed the same ?

Python 2.3.2 (#4, Nov 13 2003, 02:10:49)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2

$ uname -a
Linux euler 2.4.20-8 #1 Thu Mar 13 17:18:24 EST 2003 i686 athlon i386
GNU/Linux

psyco 1.1.1 compiled from source, standard config.

expat 1.95.5 , standard, 'out of the box', Redhat 9

Thanks
--ibl
 
A

Andrew MacIntyre

while 95% of my 'psycoed' applications run fine, it throws SIGSEGVs in
conjunction with expat. Anybody noticed the same ?

Python 2.3.2 (#4, Nov 13 2003, 02:10:49)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2

$ uname -a
Linux euler 2.4.20-8 #1 Thu Mar 13 17:18:24 EST 2003 i686 athlon i386
GNU/Linux

psyco 1.1.1 compiled from source, standard config.

expat 1.95.5 , standard, 'out of the box', Redhat 9

Have no idea if its relevant, but expat 1.95.6 is distributed in the
Python 2.3.2 sourceball. You might try manually building (by hacking the
module setup.py) pyexpat to use that expat code rather than the system
expat lib.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top