search for: do_residual_gnuplot

Displaying 5 results from an estimated 5 matches for "do_residual_gnuplot".

2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...m /lib/libc.so.6 (gdb) bt #0 0xb7ea7044 in fwrite () from /lib/libc.so.6 #1 0x0804ef09 in DecoderSession_process (d=0xbffff530) at decode.c:500 #2 0x08051275 in flac__decode_wav (infilename=0x8341978 "metaflac.flac", outfilename=0x0, analysis_mode=0, aopts= {do_residual_text = 0, do_residual_gnuplot = 1}, options= {common = {continue_through_decode_errors = 0, replaygain_synthesis_spec = {apply = 0, use_album_gain = 1, limiter = RGSS_LIMIT__HARD, noise_shaping = NOISE_SHAPING_LOW, preamp = 0}, is_ogg = 0, use_first_serial_number = 1, serial_number = 0, skip_specification = {is_relati...
2017 Apr 14
1
error message for flac --sign
...ument to --sign must be \"signed\" or \"uint32_t\"\n"); + return usage_error("ERROR: argument to --sign must be \"signed\" or \"unsigned\"\n"); } else if(0 == strcmp(long_option, "residual-gnuplot")) { option_values.aopts.do_residual_gnuplot = true;
2004 Sep 10
3
0.9 problems
...0000e5434 in FLAC__file_decoder_process_whole_file ( decoder=0x1202b9990) at file_decoder.c:181 #6 0x1200030cc in decode_wav (infile=0x11ffffe25 "/home/mdz/english.flac", outfile=0x11ffffe3c "/home/mdz/english2.wav", analysis_mode=0, aopts={ do_residual_text = 0, do_residual_gnuplot = 0}, verbose=1, skip=0) at decode.c:119 #7 0x12000a098 in main (argc=4, argv=0x11ffffc28) at main.c:288 It's not obvious at first glance where the fault is being triggered; residual and data both appear valid. -- - mdz
2004 Sep 10
5
0.9 problems
Problems in FLAC 0.9: - On alpha, flac immediately dumps core for both encoding and decoding (FreeBSD/alpha). - The distribution Makefile.in files haven't been generated with "automake --include-deps". The resulting Makefiles aren't fully portable; in particular they break with BSD make. In the future, care should be taken to use "--include-deps". - What is
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