Re: [lxml-dev] lxml \ libxslt \ libxml2 leads to apache 2 crash : looks like fixed

Hello everybody, I've been testing lxml2.0beta1 for a week already and it looks like the problem leading to apache2 crash disappeared. I've tried to reproduce the bug using the known situations which lead to crash, this did not happen. Our QA team made some more thorough tests, the crash did not happen. So I hope the bug is gone forever :) I guess I should thank Stefan for fixing whatever it was. Cheers, Dmitri

Hi, Dmitri Fedoruk wrote:
I've been testing lxml2.0beta1 for a week already and it looks like the problem leading to apache2 crash disappeared. I've tried to reproduce the bug using the known situations which lead to crash, this did not happen. Our QA team made some more thorough tests, the crash did not happen.
That's great news. These things are really nasty. lxml 2.0 has had a bit of internal reengineering, which also lead to a couple of structural fixes. Some of these might find their way back into 1.3 one day, although I'd have to look through the (long list of) changes first. I'm more concerned about getting 2.0 stable for the final release now. What might actually have done the trick here is the conservative "copy-if-foreign" XSLT change, which now copies the stylesheet if it was created in a different thread. This is definitely sub-optimal, but I'll look into that later. As usual: 1) make it work, 2) make it fast (if necessary).
So I hope the bug is gone forever :) I guess I should thank Stefan for fixing whatever it was.
You're welcome. Stefan
participants (2)
-
Dmitri Fedoruk
-
Stefan Behnel