[Flac-dev] test_metaflac fails in make check for flac 1.1.2 after
--add-padding is performed
Tom Goetze
tgoetze at yahoo.com
Mon Aug 28 22:41:28 PDT 2006
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 '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 && make
Only 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20060828/44020e9a/attachment.htm
More information about the Flac-dev
mailing list