[PD] hanging

Roman Haefeli reduzent at gmail.com
Fri Feb 15 13:47:20 CET 2019


On Fri, 2019-02-15 at 13:28 +0100, michael strohmann wrote:
> i know its kind of a stupid question, but
> what causes a program (or pd in particular) to become unresponsive ?

Typically, a program hangs when it is waiting for some kind of
resource. This might be a system resource (allocating memory,
reading/writing a file from/to disk, CPU ticks) or any other kind of
resource like user input or response from network socket etc.  

> i just encountered that pd was stuck on looping a snipet of an
> audiofile…and i have no idea how to reproduce this...

Try this:

[loadbang]
|
[until]

(or rather: don't try this. It'll freeze Pd because it waits for
infinite number of CPU ticks).

Roman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20190215/ae9b26a6/attachment.sig>


More information about the Pd-list mailing list