-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
changed this nondescript title...
Georg Werner wrote:
hi,
what i meant was maybe the bug is not in your code but it was in pd itself. how can i help debugging it/tracing it down?
try to isolate when the bug happens (the smaller the patch needed to reproduce the bug, the better)
file a bug report at http://sf.net/projects/pure-data, including the patch that triggers the bug.
if the bug produces a crash and you have the facilities, try producing a backtrace in a decent debugger: $ gdb -args pd /path/to/testpatch.pd [..] % run [run the bugpatch and wait for the crash] % bt [copy the backtrace and add it to the bugreport] % quit $
msfdrt IOhannes