LibreCat / Catmandu-XML

Catmandu modules for working with XML data
https://metacpan.org/module/Catmandu::XML
Other
4 stars 3 forks source link

Installation fails? #19

Open vpeil opened 8 years ago

vpeil commented 8 years ago

Hi on my debian box this happens:

$ cpanm Catmandu::XML
--> Working on Catmandu::XML
Fetching http://www.cpan.org/authors/id/V/VO/VOJ/Catmandu-XML-0.16.tar.gz ... OK
Configuring Catmandu-XML-0.16 ... OK
Building and testing Catmandu-XML-0.16 ... *** Error in `/home/vagrant/localperl/bin/perl': double free or corruption (fasttop): 0x0a1f3fd8 ***
FAIL

As far a I can see, I have all the necessary OS packages. The error is produced by C (after googling)

Any hints?

gregoa commented 2 years ago

I think this issue should be reopened, the memory issues still exist on some architectures.

Cf. https://bugs.debian.org/1013083

vpeil commented 2 years ago

@nichtich any idea, what's causing this?

nichtich commented 2 years ago

Skimming http://matrix.cpantesters.org/?dist=Catmandu-XML+0.16 it looks like t/Catmandu-XML-Transformer.t triggers the failure. This test covers internal module Catmandu::XML::Transformer so the test could be skipped. Shall I remove it?

vpeil commented 2 years ago

@nichtich well, that's your decision.