Re: [libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Dan Janowski
Glad you found that. I would like to make a release, but I am not sure of the finality of the build system changes. As soon as there is a read on that, I will bundle and release. Dan On Feb 7, 2008, at 12:48, Luc Heinrich wrote: > On 7 févr. 08, at 17:27, Luc Heinrich wrote: > >> So it seems

Re: [libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
On 7 févr. 08, at 17:27, Luc Heinrich wrote: > So it seems that simply checking for a NULL 'nodesetval' in > 'ruby_xml_xpath_object_mark' actually makes sense after all. Er, nevermind, just ignore me. It seems that this is already fixed in the subversion repository. Sorry for the noise. Any pla

Re: [libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
On 7 févr. 08, at 13:17, Luc Heinrich wrote: > I don't know the libxml-ruby code well enough yet to propose a clean > fix (I'm not sure that simply testing for NULL on nodesetval would be > enough or appropriate), so if anyone could chime in... :) After a bit of debugging, it seems that having th

[libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
Greetings, I have recently switched from REXML to libxml-ruby (0.5.2) because I really needed a major speed boost for a web application and libxml- ruby really delivered. Some parts of the code which were taking more than 30 seconds are now running under 0.2 seconds, I'll take a 150x speed