[PD-dev] [ pure-data-Bugs-1982664 ] vbap freezes Pd when it receives a large float value

SourceForge.net noreply at sourceforge.net
Wed May 27 18:54:21 CEST 2009


Bugs item #1982664, was opened at 2008-06-02 17:14
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1982664&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: vbap freezes Pd when it receives a large float value

Initial Comment:
On Mac OS X 10.4.11/Intel running 0.40.3-extended-20080602, sending an 'inf' float value, then banging vbap causes pd to freeze.  See attached patch for example

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-05-27 12:54

Message:
The code was using a while statement with a -= instead of a mod, so huge
values would peg the CPU while it was running thru that loop.  Fixed with
this commit:

http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=11531


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1982664&group_id=55736




More information about the Pd-dev mailing list