kennywiggin wrote:

> .flac: ERROR while decoding data
> state = FLAC__STREAM_DECODER_READ_FRAME
> 
> The script fails to decode any more flac files until the vm
> crashes from having too many open files.

Whoa! Time to start using file.close() after you're done with each
file.

If that doesn't fix your problem (perhaps you are running out of file 
handles?), I'd run strace on the flac invocation and see how a good one 
differs from a bad one.
-- 
Michael Hoffman
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to