I have a network that imports a sequence of datafiles (3d vetor
field) (many thanks to those told me how to do it!) and uses
autoglyph to produce arrows which are rendered by the image
module.
The network looks like:
sequencer
|
format
|
MyOwnImportModule
|
autoglyph
|
image
after reading in 200 or so data files, the network fails with 'Signal 11
caught'
I used the 'usage' module to examine the memroy use, and the
used memory grew only when the image module was attached.
Naturally I thought that I maybe had a memory leak in my import
module, but as soon as I remove the image module, the memroy
usage remains constant as the sequencer reads in the files.
Can any suggest what might be going wrong ?
I am using OpenDx V 4.2.0 on a SUN Blade 100.
Thanks
Wyn