././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 'make check' passed. I commented out this portion of the test script and got a failure in the next line. I also tried adding --dont-use-padding (since that was reported to be a previous workaround), but it still failed.
My linux distribution is a linuxfromscratch 6.1.1
I built flac using blfs 6.1 directions:
LIBS=-lm ./configure --prefix=/usr && makeOnly thing interesting in the make output was the warnings about inlining failures, in bitbuffer.c and md5.c
~/sources/flac-1.1.2$ gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gn/3.4.3
Configured with: ../gcc-3.4.3/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
Thread model: posix
gcc version 3.4.3
No XMMS support was built.
I didn't see anything immediately related in the bug list, but just in case I posted to the dev mailing list first.
Anything I can try/report on to help narrow this issue down?
Tom
Stay in the know. Pulse on the new Yahoo.com. Check it out.
_______________________________________________ Flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
