-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-06-29 20:19, Iain Mott wrote:
Hi list,
Pd-extended (Pd-0.43.1 "extended-20120430" compiled 00:31:34 Apr 30 2012) is crashing when I send data to the SoundScape Renderer on Ubuntu 12.04 using tcpclient.
hmm, since Pd and SSR are only communicating via a network socket, i only have 2 possible explanations:
memory leak) in Pd
since there are several network implementations, which one are you using? mrpeach? iemnet??
do SSR and Pd agree on the actual protocol? e.g. OSC over TCP/IP (if it is that) used to be badly defined in the olde days, and you still see the deprecated non-SLIP implementation. afaik liblo only recently changed their TCP/IP code to use SLIP.
could you get a backtrace of the crash? [1]
do you notice anything weird? like when running htop besides Pd, do you see an excess of memory usage?
try running Pd with "-verbose -verbose -stderr"; sometimes their is a printout when Pd is crashing, which get's lost once the Pd-GUI closes (that is: quite immediately)
fgamsdr IOhannes
[1] http://wiki.debian.org/HowToGetABacktrace