[Pd] Stack Overflow

Tim Blechmann TimBlechmann at gmx.net
Thu Mar 23 13:44:42 CET 2006


On Thu, 2006-03-23 at 06:59 -0500, Chuckk Hubbard wrote:
> 
> Can anyone explain more about what exactly "stack overflow" is?  Might
> it help if I just put a 1 ms delay for each scalar? 

you've written a recursive patch, so each recursion increases the
interpreter stack ... if your recursions are happening too often ...
booooooom ... :-/

it's probably better to solve something like this with an iteration,
which doesn't use the stack ... in pd it can be done with the |until|
object ...

hth ... tim

--
TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

After one look at this planet any visitor from outer space would say
"I want to see the manager."
  William S. Burroughs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20060323/8a472a61/attachment.pgp>


More information about the Pd-list mailing list