ssfrr / libmanta

A library and set of applications to interface with the Snyderphonics Manta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MantaOSC - segmentation fault

kroaton opened this issue · comments

Hi,

I'm running a PureData patch that communicates with MantaOSC on Manjaro Linux (Arch based) and I'm trying to get it up and running on a RaspberryPi Zero W (Arm v6) running Raspbian.

I've compiled MantaOSC and got it running on the Pi, I've gotten my patch up and running as well (had to port everything from mrpeach to the new oscformat/oscparse netsend/netreceive objects, as mrpeach is not supported anymore) it all works for a bit but MantaOSC randomly crashes with "Segmentation fault" as the only error message and I don't know how to approach solving this.

Sometimes it crashes instantly, other times it will work for a bit.
It also works flawlessly on Manjaro and it's rock solid, which makes it all the weirder.

Any ideas on how to debug this?

Cheers.

The best next step is to run it in gdb to get a backtrace of the segfault.