* Richard Dobson [2014-03-04 18:42]: > On 04/03/2014 17:19, Peter P. wrote: > .. > > > >Hi Richard, and thanks for the big efforts porting cdp, dear list, > > > >just tried to run > > > > ./pvoc anal 1 /tmp/some_mono_44k1_infile.wav > >/tmp/outfile.ana > > > >on Linux (Debian testing) and got it crashing throwing the error > >pasted below > > > >Is anyone else able to run pvoc? > > > > > I can't switch my laptop to Linux right now to check, but the first > question is: do you have the environment variable CDP_SOUND_EXT (= > wav) defined? It is needed for .ana analysis files (I have yet to > add pvx support to the CDP system). Not having a linux installer as > such, such things have to be done manually at the moment. The > initial error message is consistent with that situation; and it is > quite possible that under the scrutiny of debian testing, any > resulting memory problem will trigger such a list of messages. Thank you! With CDP_SOUND_EXT=wav set, ./pvoc anal 1 /tmp/somefile.wav /tmp/somefile.ana throws the same error included below for reference. All the best, Peter --------------------8<----------------------------- ERROR: INVALID DATA ERROR: Cannot open output file /tmp/somefile.ana *** Error in `./pvoc': double free or corruption (!prev): 0x00000000015e6010 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x7aa16)[0x7f722bbd4a16] /lib/x86_64-linux-gnu/libc.so.6(+0x7b793)[0x7f722bbd5793] /lib/x86_64-linux-gnu/libc.so.6(fclose+0x14d)[0x7f722bbc505d] ./pvoc[0x45f923] ./pvoc[0x45ae2e] /lib/x86_64-linux-gnu/libc.so.6(+0x39a91)[0x7f722bb93a91] /lib/x86_64-linux-gnu/libc.so.6(+0x39b15)[0x7f722bb93b15] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfc)[0x7f722bb7b99c] ./pvoc[0x401b0f] ======= Memory map: ======== 00400000-0047a000 r-xp 00000000 fe:01 792297 /home/user/CDPrelease7src/dev/Release/pvoc 0067a000-0067b000 rw-p 0007a000 fe:01 792297 /home/user/CDPrelease7src/dev/Release/pvoc 0067b000-0067f000 rw-p 00000000 00:00 0 015d5000-015f6000 rw-p 00000000 00:00 0 [heap] 7f722b944000-7f722b959000 r-xp 00000000 fe:01 7602260 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f722b959000-7f722bb59000 ---p 00015000 fe:01 7602260 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f722bb59000-7f722bb5a000 rw-p 00015000 fe:01 7602260 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f722bb5a000-7f722bcfd000 r-xp 00000000 fe:01 7602419 /lib/x86_64-linux-gnu/libc-2.17.so 7f722bcfd000-7f722befc000 ---p 001a3000 fe:01 7602419 /lib/x86_64-linux-gnu/libc-2.17.so 7f722befc000-7f722bf00000 r--p 001a2000 fe:01 7602419 /lib/x86_64-linux-gnu/libc-2.17.so 7f722bf00000-7f722bf02000 rw-p 001a6000 fe:01 7602419 /lib/x86_64-linux-gnu/libc-2.17.so 7f722bf02000-7f722bf06000 rw-p 00000000 00:00 0 7f722bf06000-7f722c002000 r-xp 00000000 fe:01 7602436 /lib/x86_64-linux-gnu/libm-2.17.so 7f722c002000-7f722c202000 ---p 000fc000 fe:01 7602436 /lib/x86_64-linux-gnu/libm-2.17.so 7f722c202000-7f722c203000 r--p 000fc000 fe:01 7602436 /lib/x86_64-linux-gnu/libm-2.17.so 7f722c203000-7f722c204000 rw-p 000fd000 fe:01 7602436 /lib/x86_64-linux-gnu/libm-2.17.so 7f722c204000-7f722c225000 r-xp 00000000 fe:01 7602384 /lib/x86_64-linux-gnu/ld-2.17.so 7f722c401000-7f722c404000 rw-p 00000000 00:00 0 7f722c421000-7f722c425000 rw-p 00000000 00:00 0 7f722c425000-7f722c426000 r--p 00021000 fe:01 7602384 /lib/x86_64-linux-gnu/ld-2.17.so 7f722c426000-7f722c428000 rw-p 00022000 fe:01 7602384 /lib/x86_64-linux-gnu/ld-2.17.so 7fff15c6c000-7fff15c8d000 rw-p 00000000 00:00 0 [stack] 7fff15d0f000-7fff15d10000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Aborted