-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Miguel Sánchez Valdés wrote:
The problem is that I don't know a way to debug it because PD just closes.
just start Pd from gdb, and when it crashes to a backtrace.
% gdb /Applications/Pd.app/Resources/MacOSX/bin/pd [...] (gdb) run [...] segfault (gdb) bt
note that the path to Pd is what i remember (not having access to an osx machine right now, and usually being working on linux), so adjust to your actual needs.
fgasdrm IOhannes