Displaying 3 results from an estimated 3 matches for "tgoetz".
Did you mean:
goetz
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...00", 1, 1, d->fout) != 1) {
print_error_with_state(d, d->is_wave_out?
"ERROR writing pad byte to WAVE data chunk" :
"ERROR writing pad byte to AIFF SSND chunk"
Tom
Tom Goetze <tgoetze@yahoo.com> wrote: Date: Wed, 30 Aug 2006 00:00:56 -0700 (PDT)
From: Tom Goetze <tgoetze@yahoo.com>
Subject: Re: [Flac-dev] test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
To: Josh Coalson <xflac@yahoo.com>, flac-dev@xiph.org
Josh Coalson <xfl...
2006 Aug 29
0
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
--- Tom Goetze <tgoetze@yahoo.com> wrote:
> 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_met...
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