[Gridflow-dev] Weird behaviour...

Michal Seta mis at artengine.ca
Wed Mar 29 00:48:02 EST 2006


Mathieu Bouchard <matju at artengine.ca> writes:

> On Mon, 27 Mar 2006, Michal Seta wrote:
> 
> > Now, I opened pd_examples/cellular_1d.pd
> 
> works perfectly here...

I thought so...

> 
> > error: ArgumentError: got 1 elements in last dimension, expecting <= 0
> > base/flow_objects.c.fcs:247:in `void GridStore::grin_0(GridInlet*, long int, T*) [with T = int32]'
> > [#store]
> > ... you might be able to track this down from the Find menu.
> > ...repeated about bazillion times (more or less).
> 
> If it didn't crash you could use "Find Last Error" to find out which 
> #store it comes from. Pd patches don't have "line numbers" (sigh).

[#outer ignore (0)]->[#store]->[@join 0]
                     ^^^^^^^^

> You are using Debian. You upgraded in the last 3 months and didn't reboot 
> to see if something broke. Something got upgraded but not reloaded and so 
> you were running the old working copy while the new buggy/incompatible 
> copy was sitting unused on the harddisk. Well, that's how I'd explain it, 
> except I can't pinpoint anything down.

that's pretty much the scennario... :/


> > #1  0xb743001f in flext_root_single::operator delete ()
> >    from /usr/local/lib/pd/extra/pool.pd_linux
> > #2  0xb742a478 in operator delete () from /usr/local/lib/pd/extra/pool.pd_linux
> 
> What is flext doing in there?... What if you don't load flext? GridFlow 
> does not use flext. I wonder how it can even call flext.

hmm... it works now...  though I still get this error:
error: ArgumentError: got 1 elements in last dimension, expecting <= 0
base/flow_objects.c.fcs:247:in `void GridStore::grin_0(GridInlet*, long int, T*) [with T = int32]'
[#store]

from the same [#store] as above.

I use [pool] (which is built on flext) so I cannot really do
without...  Not now, anyways.  

Oh, but I notice that [plugin~] is working now, too...

Sorry then...  it's flext the culprit.

Thanks for your help.

./MiS



More information about the Gridflow-dev mailing list