Skip Menu |

This queue is for tickets about the Audio-Scan CPAN distribution.

Report information
The Basics
Id: 57664
Status: resolved
Priority: 0/
Queue: Audio-Scan

People
Owner: Nobody in particular
Requestors: tstinson [...] landmarkdigital.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.81
Fixed in: (no value)



Subject: Buffer Error
I get the following error: buffer_get_ret: trying to get more bytes 2 than in buffer 1 at /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Audio/Scan.pm line 22. buffer_get_short: buffer error at /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread- multi/Audio/Scan.pm line 22. When trying to get the tag information from one particular mp3 file: my $s = Audio::Scan->scan_tags($_); However, when reading the same mp3 file with MP3::Tag I can get the tag information. I've ran through thousands of mp3 files perfectly except this one file. I will provide that mp3 file when requested.
From: tstinson [...] landmarkdigital.com
On Thu May 20 13:02:01 2010, AGRUNDMA wrote: Show quoted text
> Thanks, can you send me the file? > > http://wiki.slimdevices.com/index.php/Large_File_Upload
Done: INX133_32.mp3
The reason for the crash is that this file has an invalid AENC tag, so you might want to fix that as it probably also breaks other readers.
Fixed in r694, will be in 0.82.