in reply to Re^5: Errors building XML::LibXML (TAP)
in thread Errors building XML::LibXML
I see, I was looking at something that was not an error and thinking it was. I never got any "not ok", but I do see the actual error now. I am getting a Segmentation fault at the end of the test. So I ran it through the perl debugger (as tye had initially suggested) and I get this:
Line 923 of file XML-LibXML-2.0110/blib/lib/XML/LibXML.pm contains:Signal SEGV at XML-LibXML-2.0110/blib/lib/XML/LibXML.pm line 923 XML::LibXML::parse_file('XML::LibXML=HASH(0x1a60c38)', 'example/dr +omeds.xml') called at t/02parse.t line 221 Aborted
The example XML file is here.eval { $result = $self->_parse_file(@_); };
Where can I go with this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Errors building XML::LibXML (TAP)
by AnomalousMonk (Archbishop) on Feb 25, 2014 at 18:49 UTC |