Hi list,
upon starting up the paulstretch software again after not having used it
for a long time, I experience reproducible segfaults when loading a .wav
file and trying to start playback. A gdb backtrace does not report much
except the following:
[...]
Thread 2 "paulstretch" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff6ccc6c0 (LWP 1670151)]
0x000000003f800000 in ?? ()
(gdb) bt
#0 0x000000003f800000 in ?? ()
#1 0x00007ffff75d1836 in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#2 0x00007ffff75d2235 in _Unwind_Resume () from /lib/x86_64-linux-gnu/libgcc_s.so.1
[...]
This is with either jack or alsa. Can anyone reproduce this? I am on
Debian stable with the paulstretch 2.2-2-4.1 package, which sadly seems
no longer available to (re)install.
This webpage for paulstretch's sources
https://hypermammut.sourceforge.net/paulstretch/
seems down as well.
Trying to recompile from some sources that I have lying around since years
in a folder called "paulstretch_cpp-master" using the supplied script
compile_linux_fftw.sh I get this compiler error:
[...]
XMLwrapper.cpp:32:26: error: invalid use of incomplete type ‘mxml_node_t’ {aka ‘struct
_mxml_node_s’}
32 | const char *name=node->value.element.name;
[...]
What is the best location to get the last version of this great software
either as source or binary (package)?
Thanks!
Peter