[egenix-users] Segmentation fault with mx.Tidy

Hamish Lawson hamish.lawson at gmail.com
Fri Aug 12 12:43:15 CEST 2005


The following program gives a segmentation fault.

====
from mx.Tidy import tidy
text = """Go <a href=""http://www.egenix.com/>here</a>"""
nerrors, nwarnings, tidied_text, errors = tidy(text)
====

It appears to get upset at the URL being outside the quotes.

I'm using version 0.3.0 of mx.Tidy (from version 0.9.0 of
mx-experimental) with Python 2.4 on Solaris 9 Sparc.


Hamish Lawson



More information about the egenix-users mailing list