< Back to IRCAM Forum

SDIF file error

Hello everyone!

Trying to use transient-detection from om-supervp I get this error:

Error while evaluating the box SDIFFILE : Abort(6) [code 0] at 7F3FF62969FC
Foreign code offset #x12C from symbol “pthread_kill”
module “/lib/x86_64-linux-gnu/libc.so.6” [ #x7F3FF6200000 ]
rax 0 ; rbx 7F3F797FE640 ; rcx 7F3FF62969FC ; rdx 6
rsp 7F3F797FB760 ; rbp 39DF ; rdi 3311 ; rsi 39DF
r8 7F3F797FB830 ; r9 0 ; r10 8 ; r11 246
r12 6 ; r13 16 ; r14 7F3FD3C20150 ; r15 40E107CD44

Ubuntu 22.04
OM 7.3
supervp 2.13

Any help appreciated!

Hi pfchph,

This is a supervp problem. Which version you are using?

Best
K

Hi!
supervp version : 2.103.13 (compiled by cornu on Nov 28 2022 13:24:21 ) Prec=Float

Ok thanx,
Will test it. I have to get it first since i have an old version.
Be back to you ASAP
K

can you ls the directory of supervp installation?
if local installation:
ls $HOME/svp/bin/supervp_support_libs

if system wide:
ls /usr/local/bin/supervp_support_libs/

ls /usr/local/bin/supervp_support_libs/
libasound.so.2 libEasdif.so.1.4.31 liblapack.so.3
libatlas.so.3 libf77blas.so.3 libsndfile.so.1.0.25patcha
libblas.so.3 libgcc_s.so.1 libstdc++.so.6
libcblas.so.3 libgfortran.so.1

Ok it seems it is an libsdiff.so error, and could be incompatible with your libc.so version.
Can you just type in your term:
/lib/x86_64-linux-gnu/libc.so.6

And send me the result?

Best
K

/lib/x86_64-linux-gnu/libc.so.6
GNU C Library (Ubuntu GLIBC 2.35-0ubuntu3.4) stable release version 2.35.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 11.4.0.
libc ABIs: UNIQUE IFUNC ABSOLUTE

Don’t seems to me problematic.
I will try to see the problem tomorrow and test it on an Ubuntu 22
Just a last question, this happens even in the tutorial transient-detection patch?

BEst
K

Ah, strange, with a clean workspace the tutorial patch seems to be working.

Thank you for your time and assistance. Will investigate further…