[lxml-dev] Crash on Win32 under heavy stress
Stefan Behnel
stefan_ml at behnel.de
Fri Jun 1 06:36:34 CEST 2007
Hi Sidnei,
I'll be away on vacation starting today, so I regret I can't provide too much
critical help at the moment.
So, just a quick note here.
Sidnei da Silva wrote:
> This is using the 1.2.1 release.
For a quick test, try with 1.3beta or the current trunk. No guarantee, though,
especially the trunk is not necessarily in a perfect production state.
> This is a static build on Win32, against:
>
> libxml2-2.6.26.win32
> libxslt-1.1.17.win32
> zlib-1.2.3.win32
> iconv-1.9.2.win32
Ok, first thing I'd personally try is the latest libxml2 and libxslt. The guys
over there keep fixing bugs (even really old ones in recent versions), so
things tend to get better over time. For example, I get a reproduceable XPath
crasher in the HTML module Ian is working on with libxml2 2.6.27. It's gone
with 2.6.28. libxslt is a good bet here, too.
Sorry if this doesn't help, but trying other versions is as much as I can
propose at the moment, especially if it's urgent.
Ah, one last thing: I know, you're not testing threads for fun but for
performance, but if that doesn't prove reliable for your application, you can
still switch them off with --without-threading. Reliability is usually more
important than performance for production.
Stefan
More information about the lxml-dev
mailing list