Displaying 2 results from an estimated 2 matches for "flac__utils_fwrit".
Did you mean:
  flac__utils_fwrite
  
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...2005-01-24 20:13:46.000000000 -0800
+++ flac-1.1.2/src/flac/decode.c        2006-09-06 23:36:26.000000000 -0700
@@ -497,7 +497,7 @@
        }
        if((d->is_wave_out || d->is_aiff_out) && ((d->total_samples * d->channels * ((d->bps+7)/8)) & 1)) {
-               if(flac__utils_fwrite("\000", 1, 1, d->fout) != 1) {
+               if(d->fout && flac__utils_fwrite("\000", 1, 1, d->fout) != 1) {
                        print_error_with_state(d, d->is_wave_out?
                                "ERROR writing pad byte to WAVE data chunk&q...
2006 Aug 28
2
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
doing "make check" on flac-1.1.2, I get a segmentation fault 
././test_metaflac.sh: line 51: 17370 Segmentation fault          flac $*
when running this portion of the test/test_metaflac.sh script:
(set -x && run_metaflac --preserve-modtime --add-padding=12345 $flacfile)
check_exit
check_flac                  <---------------- where the segfault happens
All other tests in