LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView stürzt beim Ausführen vom Blockelement "1D-Array teilen" ab

Hello,
 
I think I've found a bug in LabView 8.5 and I've created a VI to reproduce this bug.
At the second pass of the for-loop, LabView will be terminated with a heavy internal error at the execution of the block element "1D-Array teilen" Error message:
 
Schwerer interner Fehler : "MemoryManager.cpp", Zeile 406
LabVIEW Version 8.5
Alle ungespeicherten Änderungen gehen verloren. Für Hilfestellung bei der Lösung dieses Problems starten Sie LabVIEW neu, oder kontaktieren Sie National Instruments.
 
This Problem isn't occured with LabView 8.2.
 
 
 
 
0 Kudos
Message 1 of 5
(2,993 Views)
I have the same result.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 5
(2,970 Views)

Hey,

Yes, it's reproducable. I will file a CAR!

Christian

Message Edited by Christian_M on 10-18-2007 08:27 AM

0 Kudos
Message 3 of 5
(2,964 Views)
This must be a problem in the combination of a feedback node and split array. If the feedback node is replaced by a shift register or the split array ist replaced by e.g. delete from array, this error doesn't occur.
Conclusion: AVOID THE EVIL FEEDBACK NODE. But since it is possible in LV 8.5 to put the feedback node into nested structures (e.g. case- structure), it is not replaceable by a shift register in every case without worsening the readability.
greets, Dave

Message Edited by daveTW on 10-18-2007 03:58 PM

Greets, Dave
0 Kudos
Message 4 of 5
(2,952 Views)

Dave,

Sure, thats true! But anyway, it works with 8.2 and crashes in 8.5

Christian

0 Kudos
Message 5 of 5
(2,946 Views)