[libxml-devel] Malloc problem when using Schema.new()

2007-07-26 Thread Tim Perrett
Hey all My apologies for posting this to the devel mailing list, but there didnt seem to be any other type of list for libxml. I have a schema that I want to read it using XML::Schema.new('path/to/ file.xsd') however when I do that with this particular schema it eats about 2GB of RAM and 2.5G

Re: [libxml-devel] Malloc problem when using Schema.new()

2007-07-26 Thread TRANS
On 7/26/07, Tim Perrett <[EMAIL PROTECTED]> wrote: > Hey all > > My apologies for posting this to the devel mailing list, but there > didnt seem to be any other type of list for libxml. > I have a schema that I want to read it using XML::Schema.new('path/to/ > file.xsd') however when I do that with