search for: run_flac

Displaying 3 results from an estimated 3 matches for "run_flac".

Did you mean: in_flac
2013 Apr 21
0
[PATCH] Reduce valgrind num-callers to 50
...8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/test_bins.sh b/test/test_bins.sh index 65ba6e2..92d6693 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -52,8 +52,8 @@ flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" run_flac () { if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then - echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=100 flac $*" >>test_bins.valgrind.log - valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 flac $* 4>>test_bins.v...
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...ac.flac") at main.c:1730 #4 0x0805c241 in do_it () at main.c:486 #5 0x0805ca7b in main (argc=4, argv=0xbffffa34) at main.c:284 And output of adding -x: options: -P 4096 -b 1152 -l 0 -q 0 -r 2,2 -V sh: Verify OK, wrote 554232 bytes, ratio=0.967 + chmod +w metaflac.flac + check_flac + run_flac --silent --test metaflac.flac + '[' xno = xyes ']' + flac --silent --test metaflac.flac ././test_metaflac.sh: line 51: 7636 Segmentation fault flac $* + die 'ERROR in metaflac.flac' + echo ERROR in metaflac.flac ERROR in metaflac.flac + exit 1 FAIL: ./test_metaflac.sh...
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