[PD] Help with writing externals

Mathieu Bouchard matju at sympatico.ca
Sat Apr 3 17:10:30 CEST 2004


On Fri, 2 Apr 2004, thewade wrote:

> So, my external loads fine, but when I invoke it I get:
> Segmentation fault
> which is an error I cant really use to debug, other then my my perform 
> function is using too many (t_int *w) elements, or Im not asking for 
> enough elements in my dsp function.

start pd using those commands:

	gdb `which pd`
	run pd

then when it crashes, use this (gdb) command:

	where

However I don't know the specifics of Pd's DSP.

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju





More information about the Pd-list mailing list