Re: [libxml-devel] libxml crash

2007-08-22 Thread Marc Munro
On Wed, 2007-22-08 at 18:21 -0600, Charlie Savage wrote: > > Did you try these patches? > > http://rubyforge.org/pipermail/libxml-devel/2007-June/000314.html Hmmm. I can apply the leak2 patch but not the leak1 patch which seems way more significant: marc:[libxml]$ patch -p1 signature.asc Des

Re: [libxml-devel] libxml crash

2007-08-22 Thread Marc Munro
On Wed, 2007-22-08 at 18:21 -0600, Charlie Savage wrote: > Marc, > > > I have a reproducible crash using libxml... > Can you provide the test data? That would be hugely helpful. I could but it's a bit of a monster, probably timing critical, and likely to run differently on different platforms.

Re: [libxml-devel] libxml crash

2007-08-22 Thread Charlie Savage
Marc, I have a reproducible crash using libxml. I'd like some suggestions on how I can track this down as it's become a show-stopper for my current project. This is from a libxml gem created from svn this morning. Can you provide the test data? That would be hugely helpful. Also what OS, p

[libxml-devel] Developers

2007-08-22 Thread TRANS
Hi-- These are the people I have as developers on the libxml project. http://rubyforge.org/project/admin/index.php?group_id=494 The libxml2 fork project has been removed, so I couldn't double check the developer list. Let me know if II forgot to add you to the list. I'll try to get the new SV

[libxml-devel] libxml crash

2007-08-22 Thread Marc Munro
Folks, I have a reproducible crash using libxml. I'd like some suggestions on how I can track this down as it's become a show-stopper for my current project. This is from a libxml gem created from svn this morning. I can write and debug C but I'd like some suggestions on what to look for, and wh

Re: [libxml-devel] cannot call find() on a "copied" node

2007-08-22 Thread Christopher J. Bottaro
On 8/22/07, Christopher J. Bottaro <[EMAIL PROTECTED]> wrote: > copied_node = a_node.copy(true) > copied_node.find('.//*') # => TypeError: wrong argument type nil (expected > Data) > > What am I doing wrong? > > Thank you. Ok, it looks like the copied node is not associated with any XML::Document

[libxml-devel] cannot call find() on a "copied" node

2007-08-22 Thread Christopher J. Bottaro
copied_node = a_node.copy(true) copied_node.find('.//*') # => TypeError: wrong argument type nil (expected Data) What am I doing wrong? Thank you. ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-deve

Re: [libxml-devel] libxml vs. libxml2

2007-08-22 Thread pat eyler
For consistency, stick to the original. On 8/17/07, TRANS <[EMAIL PROTECTED]> wrote: > Crazy, crazy. Sean appeared out the blue aether yesterday, and gave me > admin rights to the original libxml project. So I suppose the fork > isn't necessary after all. But I'll put it to the community just the