Subject: | memory crash when validating XML against XSD |
Date: | Tue, 4 Mar 2014 09:05:05 +1100 |
To: | bug-XML-LibXML [...] rt.cpan.org |
From: | Jeremy Marshall <jeremystuartmarshall [...] gmail.com> |
I have a bugwhich causes a memory fault when I try to validate a SOAP
response against its XSD
I fixed it with this commenting out part of the DESTROY handler for
XML::LibXML::Element
to
sub DESTROY
{
my ($self) = @_;
$self->__destroy_tiecache;
#$self->SUPER::DESTROY;
}
I suspect this may cause other problems though This is going wrong on
Debian using the deb package for wheezy and jessie. I also pulled the
latest off CPAN
perl version
This is perl 5, version 14, subversion 2 (v5.14.2) built for
x86_64-linux-gnu-thread-multi
(with 88 registered patches, see perl -V for more detail)
Copyright 1987-2011, Larry Wall
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
uname -a
Linux devtestcivm02 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux
LibXML version
perl -MXML::LibXML -e "print XML::LibXML->VERSION"
2.0108
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.