sax.make_parser() segfaults

Frank Millman frank at chagford.com
Wed Nov 30 01:03:46 EST 2005


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 MSW, but segfaults on both FC4 and RH9.
>
> The setup is a client program running wxPython as a gui, and Twisted as
> a means of connecting to a server.

Progress report - I have narrowed it down to wxPython. I wrote small
stand-alone programs, one using Twisted, one using wxPython. Twisted
works fine, wxPython segfaults.

If no-one here can help, I will try asking on the wxPython mailing
list.

Frank




More information about the Python-list mailing list