Skip Menu |

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

Report information
The Basics
Id: 32318
Status: resolved
Priority: 0/
Queue: Audio-SndFile

People
Owner: jdiepen [...] cpan.org
Requestors: andrewt [...] cse.unsw.edu.au
Cc:
AdminCc:

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



Subject: Audio::SndFile->open dumps core without samplerate
Omitting a samplerate to Audio::SndFile->open gives a core dump for me on Audio::SndFile-0.06 on perl, v5.8.8 Linux assa 2.6.23 #2 SMP PREEMPT Wed Oct 17 23:15:44 EST 2007 i686 GNU/Linux Reproduce with: use Audio::SndFile; my $outfile = Audio::SndFile->open(">","tmp.wav", type => "wav", subtype => "pcm_16", # samplerate => 44100, channels => 1, ); E-mail andrewt@cse.unsw.edu.au if you want more info
Thanks for the report. This issue should be fixed in the 0.07 release, which has just been uploaded to CPAN - your local mirrors should have it in a day or so, search.cpan.org will have it sooner. Joost.