[PD] What exactly is a "stack overflow" ?

Mathieu Bouchard matju at artengine.ca
Thu Dec 20 22:41:22 CET 2007


On Wed, 19 Dec 2007, Chris McCormick wrote:

> The other somewhat dirty solution I thought of but I don't think I 
> posted here yet is to make [until] artificially use stack space up so 
> that it does eventually explode when stack is all used, in the same way 
> as other Pd infinite loops. That's kind of gross but it would work.

It won't do this unless you make it recurse using messages, because pd 
only counts how many stack messages are currently not finished, not how 
much stack space is used (since 0.38 or so).

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada


More information about the Pd-list mailing list