[PD] espeak external segfaulting on arm/rPi

Peter P. peterparker at fastmail.com
Sat Sep 11 22:04:13 CEST 2021


Hi list,

trying to use the espeak external from
https://github.com/kronihias/espeak.git
on raspbian armv7l. I can make it crash by clicking the example
message holding a list of words to synthesize twice in espeak-help.pd
How can I go about debugging/fixing it?

Thanks! P

This is what gdb posts:

gdb --args pd Desktop/espeak-help.pd 
[...]
Reading symbols from pd...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/pd Desktop/espeak-help.pd
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[Detaching after fork from child process 1354]
[New Thread 0x76a4a440 (LWP 1357)]
[New Thread 0x769c9440 (LWP 1358)]
[New Thread 0x7019e440 (LWP 1359)]
[New Thread 0x6f079440 (LWP 1360)]

Thread 1 "pd" received signal SIGSEGV, Segmentation fault.
0x00024124 in ?? ()
(gdb) bt
#0  0x00024124 in ?? ()
#1  0x00012fd4 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)





More information about the Pd-list mailing list