Subject: | segfault when trying to read tags from .ape file |
When I run the following code:
use Audio::TagLib;
my $f = Audio::TagLib::FileRef->new("file.ape");
my $artist = $f->tag()->artist();
This gives me only the output:
Segmentation fault
Same code can read a valid FLAC file for example but not a valid APE
(Monkeys Audio) file. Both files appear to be valid and tags can be read
from XMMS (not sure if that's using taglib, but there ARE tags on the
file I'm using).
Audio-TagLib-1.42
Taglib 1.4 (also tried 1.4.1)
Perl 5.8.7
Linux 2.6.15