LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Nested Cluster Crash in LabVIEW 8.0.x

Hi

I have a number of typedefs that consist of a single-item cluster. These are usually nested inside other typedefs.
In LV7.1 and earlier everything worked well. In 8.0 and 8.0.1 (I don't have access to 8.20 at present), removing
the nesting so that all elements are in the same cluster makes LV crash, apparently on compiling (i.e. it crashes
on attempting to save or run the program). I'm doing this by unbundling the outer cluster, then unbundling the inner,
then bundling all the elements.

The attached example needs a wire to be added to demonstrate this (because LV crashes when I try to save the VI).
I've seen this on two PCs, both running WinXP SP2, one running LV8.0, the other running LV8.0.1.

Is this is known problem? I suspect some sort of optimization problem so there's probably a workaround...

Thanks for any insight you can bring to bear

Bernard
0 Kudos
Message 1 of 3
(2,463 Views)

Confirmed on 8.0. Its OK on 8.2

David

0 Kudos
Message 2 of 3
(2,459 Views)

It does not crash on 8.0 if you create a constant and wire it to the cluster input on the bundle function.

David

0 Kudos
Message 3 of 3
(2,454 Views)