Re: [libxml-devel] libxml crash

2007-08-23 Thread Doug Bryant
This is most likely related to a copy node bug which has been fixed in a .4 release. Ross fixed per an issue I opened. Although the .4 release is labled as a pre-release, it is stable with the exception of the memory bug. Upgrade and it will most likely fix the problem. See issue #4635 (now clo

Re: [libxml-devel] A New LibXml

2007-08-06 Thread Doug Bryant
How have y'all tried to get ahold of Sam. I found samc at rubyforge and freebsd.org email addresses. Also found his linkedin page at http://www.linkedin.com/in/seanc I think a fork would just confuse things and a re-write would just drag this project out that much longer. I (and it appears alot

Re: [libxml-devel] Memory Leaks

2007-06-11 Thread Doug Bryant
. I had an issue earlier where I tried to post to the list with the incorrect email address. Could something like that have happened? Ross - you still monitoring the list? Doug On 6/11/07, Tom Hughes <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> "Dou

Re: [libxml-devel] Memory Leaks

2007-06-11 Thread Doug Bryant
11/07, Tom Hughes <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> Doug Bryant <[EMAIL PROTECTED]> wrote: > What's the status on the memory leaks? They seem to be documented in the > issue tracker and mailing list and I experience them in my applica

Re: [libxml-devel] Memory Leaks

2007-06-11 Thread Doug Bryant
thanks Tom. I'll give it a shot & let you know. It is consuming all the memory on the production box every other day. (All being all physical & swap memory.) Doug On 6/11/07, Tom Hughes <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> Doug Bryant

[libxml-devel] Memory Leaks

2007-06-11 Thread Doug Bryant
What's the status on the memory leaks? They seem to be documented in the issue tracker and mailing list and I experience them in my application as well. They seem to come from when you create & merge xml nodes & documents. I'm using 0.4.0 pre1. I unfortunately don't have the time nor the C exp

Re: [libxml-devel] 0.4.0 development

2006-10-30 Thread Doug Bryant
Ross, It's working good for me so far.  The xml merging problem has disappeared in my application and performance is on par with the previous version.  I have not done any performance benchmarks, but it does not feel any slower than before. Thanks for all your hard work on this project.DougOn 10/28

Re: [libxml-devel] error when application finished running

2006-06-06 Thread Doug Bryant
y copy the code.  Then again, I am no lawyer :) http://raa.ruby-lang.org/project/ruby-xml-smart/I hope this is of some help.DougOn 6/6/06, Ross Bamford <[EMAIL PROTECTED]> wrote: On Mon, 05 Jun 2006 00:46:12 +0100, Doug Bryant <[EMAIL PROTECTED]>wrote:> ... and thanks for trying!

Re: [libxml-devel] error when application finished running

2006-06-04 Thread Doug Bryant
question? Thanks, Doug On 6/4/06, Ross Bamford <[EMAIL PROTECTED]> wrote: > On Sun, 04 Jun 2006 15:19:40 +0100, Doug Bryant <[EMAIL PROTECTED]> > wrote: > > > Thanks for getting to this so quickly. The patch prevents the crash > > on OS X and linux, but causes anothe

Re: [libxml-devel] error when application finished running

2006-06-04 Thread Doug Bryant
solved. Doug On 6/3/06, Ross Bamford <[EMAIL PROTECTED]> wrote: > On Fri, 02 Jun 2006 20:31:33 +0100, Doug Bryant <[EMAIL PROTECTED]> > wrote: > > > done - > > http://rubyforge.org/tracker/index.php?func=detail&aid=4635&group_id=494&atid=1971 > &g

Re: [libxml-devel] error when application finished running

2006-06-02 Thread Doug Bryant
done - http://rubyforge.org/tracker/index.php?func=detail&aid=4635&group_id=494&atid=1971Thanks Ross. DougOn 6/2/06, Ross Bamford <[EMAIL PROTECTED]> wrote: On Fri, 02 Jun 2006 16:40:46 +0100, Doug Bryant <[EMAIL PROTECTED]>wrote:> I created a testcase of ~50 lines w

Re: [libxml-devel] error when application finished running

2006-06-02 Thread Doug Bryant
helpful.    My C chops are, err.. poor. DougOn 5/31/06, Ross Bamford <[EMAIL PROTECTED]> wrote: On Wed, 31 May 2006 21:50:01 +0100, Doug Bryant <[EMAIL PROTECTED]>wrote:> I'm getting the below error when the program I have written using> libxml-ruby finishes running (when

Re: [libxml-devel] error when application finished running

2006-05-31 Thread Doug Bryant
sting xml. It does not occur in other sections of my app which use libxml for read-only access. I'll try to post something tomorrow. Thanks, Doug On 5/31/06, Ross Bamford <[EMAIL PROTECTED]> wrote: > On Wed, 31 May 2006 21:50:01 +0100, Doug Bryant <[EMAIL PROTECTED]> >

[libxml-devel] error when application finished running

2006-05-31 Thread Doug Bryant
I'm getting the below error when the program I have written using libxml-ruby finishes running (when the program terminates).Is this something I should be concerned about?  It does not do this until the program terminates. The standalone app mentioned above is just a command line test of a larger p

[libxml-devel] error occurring after program using libxml-ruby runs

2006-05-25 Thread Doug Bryant
I just finished changing a portion of my code from rexml to libxml-ruby. Processing time went from 40 minutes to 3 seconds. How's that for a speed increase! Anyhow, when the program exits, ruby crashes with the below output. I thought I remembered seeing something about GCC4 and libxml-ruby, but

Re: [libxml-devel] how to replace a node with another node?

2006-05-25 Thread Doug Bryant
I just saw that next= & previous= was implemented a couple of weeks ago in the trunk.  I'll give that a try.DougOn 5/25/06, Doug Bryant <[EMAIL PROTECTED]> wrote: crud.  that's not going to work.  next is a read-only property.  trying to assign to it gives this errorNoMe

Re: [libxml-devel] how to replace a node with another node?

2006-05-25 Thread Doug Bryant
crud.  that's not going to work.  next is a read-only property.  trying to assign to it gives this errorNoMethodError: undefined method `next='Any other ideas?Doug On 5/25/06, Doug Bryant <[EMAIL PROTECTED]> wrote: Thanks Ross.  That will work well for now.Are you responsible for

Re: [libxml-devel] how to replace a node with another node?

2006-05-25 Thread Doug Bryant
Thanks Ross.  That will work well for now.Are you responsible for reviving libxml-ruby?  If so,  thank you very much!DougOn 5/25/06, Ross Bamford <[EMAIL PROTECTED]> wrote:On Thu, 25 May 2006 19:47:53 +0100, Doug Bryant < [EMAIL PROTECTED]>wrote:> The one other thing (hopefully t

[libxml-devel] how to replace a node with another node?

2006-05-25 Thread Doug Bryant
The one other thing (hopefully this is the last) that I can not figure out how to do is replace a node with another node.say I have              I want to replace baz with so the result would look like this        with rexml, I had a helper method which would do it that consisted of def repl

Re: [libxml-devel] create a document from xml text in memory

2006-05-25 Thread Doug Bryant
lstyn < [EMAIL PROTECTED]> wrote:parser=XML::Parser.newparser.string= 'hey' doc = parser.parseAnyone else have an easier way?Mark On 5/25/06, Doug Bryant <[EMAIL PROTECTED]> wrote: I'm in the process of moving to libxml-ruby from rexml.  The speed was killing me.Is t

[libxml-devel] create a document from xml text in memory

2006-05-25 Thread Doug Bryant
I'm in the process of moving to libxml-ruby from rexml.  The speed was killing me.Is there a way to create an XML::Document from a string rather than a file? I store all the documents in the database, so there is no file to parse from. I have looked through the api docs, but don't see how to accomp