Hi,
> Right, 0.3.8.1 is now in the unstable tree (it's waiting on the arm
> buildd to get in to testing), can you test and confirm if the bug still
> exists in the new plugin?
Unfortunately the problem still exists. I think I've found the source of
the problem. There appear to be invalid APE tags in the files, i.e. the
header says it has 6 items, while there aren't any at all. This is
probably the reason why it crashes with a segfault I guess. I've ran it
through a debugger, and it indeed crashes in the peace of code that goes
somtehing like

for (i; i<tag->num_items; i++) {
        do_stuff();
}

So the problem is an invalid APE tag, however this should IMHO never
lead to a crash due to a segfault. Some more error checking might be in
place. 
I've used the 'apetag' tool on the files, and it just seems to ignore
the invalid APE tags, and doesn't crash. If it would be helpfull, I can
send the last kb of the file (where the tags are stored).

Kind regards,

Pieter Naaijkens



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to