Re: sax.make_parser() segfaults

2005-12-01 Thread Frank Millman
Bernhard Herzog wrote: > "Frank Millman" <[EMAIL PROTECTED]> writes: > > >> > If I call sax.make_parser() from the interpreter or from a stand-alone > >> > program, it works fine on all machines, but in the following setup it > >> > works correctly on MSW, but segfaults on both FC4 and RH9. > [...

Re: sax.make_parser() segfaults

2005-12-01 Thread Bernhard Herzog
"Frank Millman" <[EMAIL PROTECTED]> writes: >> > If I call sax.make_parser() from the interpreter or from a stand-alone >> > program, it works fine on all machines, but in the following setup it >> > works correctly on MSW, but segfaults on both FC4 and RH9. [...] >> Progress report - I have narro

Re: sax.make_parser() segfaults

2005-11-30 Thread Frank Millman
Frank Millman wrote: > > Hi all > > > > I am using Python 2.4.1. I have machines running FC4, RH9, and MSW > > Server 2003 for testing. > > > > If I call sax.make_parser() from the interpreter or from a stand-alone > > program, it works fine on all machines, but in the following setup it > > works

Re: sax.make_parser() segfaults

2005-11-29 Thread Frank Millman
Frank Millman wrote: > Hi all > > I am using Python 2.4.1. I have machines running FC4, RH9, and MSW > Server 2003 for testing. > > If I call sax.make_parser() from the interpreter or from a stand-alone > program, it works fine on all machines, but in the following setup it > works correctly on MS

sax.make_parser() segfaults

2005-11-29 Thread Frank Millman
Hi all I am using Python 2.4.1. I have machines running FC4, RH9, and MSW Server 2003 for testing. If I call sax.make_parser() from the interpreter or from a stand-alone program, it works fine on all machines, but in the following setup it works correctly on MSW, but segfaults on both FC4 and RH9