Bugs item #1469910, was opened at 2006-04-13 18:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1469910...
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: puredata Group: None Status: Open Resolution: None Priority: 5 Submitted By: Frank Barknecht (fbar) Assigned to: Miller Puckette (millerpuckette) Summary: Stack overflow with Data Structure arrays saved in patch
Initial Comment: Instances of data structure arrays that are saved in a patch can make that patch impossible to open again, if they are above a certain size. With attached patch, I can create and an array "cells" in the struct "ca" with up to 20 times 20 elements, 21 times 21 elements will give a message stack overflow on loading the patch.
Editing by hand or clearing the subpatch before saving can fix the patch, but it is not real solution.
The attached two patches show one patch with an empty subpatch (array-bug-empty.pd) and another one with an array of 21*21==441 elements, which I cannot open anymore.
Pd versions tested include 0.39.2 on Windows and current CVS on Linux, all show the same behaviour.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1469910...