Hey hey, does anyone else have problems with fconvolver? For me it reliably segfaults everytime I call it with an appropriate configuration file, tested with jconvolver.
I tried to debug, but there are no debugging symbols in it. I only get to the point where it fails within the set_options memeber function.
Best wishes,
Jeanette
On Sat, Nov 24, 2018 at 05:55:49PM +0100, Jeanette C. wrote:
does anyone else have problems with fconvolver? For me it reliably segfaults everytime I call it with an appropriate configuration file, tested with jconvolver.
Strangely enough there's a line missing in fconfig.cc:
int convnew (const char *line, int lnum) { unsigned int part; float dens; int r;
convproc = new Convproc; <--- ADD THIS
An updated version will go online later today.
Ciao,
Thank you Fons! This is very much appreciated.
Best wishes,
Jeanette Nov 24 2018, Fons Adriaensen has written:
On Sat, Nov 24, 2018 at 05:55:49PM +0100, Jeanette C. wrote:
does anyone else have problems with fconvolver? For me it reliably segfaults everytime I call it with an appropriate configuration file, tested with jconvolver.
Strangely enough there's a line missing in fconfig.cc:
int convnew (const char *line, int lnum) { unsigned int part; float dens; int r;
convproc = new Convproc; <--- ADD THIS
An updated version will go online later today.
Ciao,
-- FA
arch-proaudio@lists.archlinux.org