This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

memory crash during loading VI in labview 2011 , saved in previous version

Hi ..

I have a project created and saved in v8.6...there are no issues while using v8.6

Recently we migrated to v2011 SP1

When i tried opening the vi in version 2011, my system memory crashed.

while loading VI, the memory reached it peak and then crashed..

No such behavior is observed with 8.6 version

Below error prompts while loading files in 2011 version and LabVIEW app closes..

 

 

 

 

 

0 Kudos
Message 1 of 5
(2,579 Views)

There could be any number of reasons why that happens. Unfortunately, you don't provide nearly enough details to figure out what the problem is. Are you using any front panel objects like IMAQ, ActiveX, .NET, etc? Do you have any arrays on your front panel with millions of data points, and the control set to "save current values as default"? Do you have a project with lots of classes? How many VIs do you have in your project file? Have you tried performing a mass compile on sections of the code at a time?

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

@smercurio_fc wrote:

There could be any number of reasons why that happens. Unfortunately, you don't provide nearly enough details to figure out what the problem is. Are you using any front panel objects like IMAQ, ActiveX, .NET, etc? Do you have any arrays on your front panel with millions of data points, and the control set to "save current values as default"? Do you have a project with lots of classes? How many VIs do you have in your project file? Have you tried performing a mass compile on sections of the code at a time?


Hello smercurio

 

1) there are no front panel object like those mentioned,

 

2) there is a multi string table but with very few entries ..~25-30

 

3) Array control values not set witht th property

 

4) Project do has many VIs in it..  but even when i when i try to open VI seperately wihtout opening the project.. the result is same

 

Its like a main VI calling other VI not as sub vis but using call by reference

 

can u help me understand these difference in version 8.6 and 2011

 

it works seamlessly in 8.6 but crashes out of memory in 2011

 

Also while loading, since many functions are used.. a lot of vis from library are being loaded which results in crash

 

0 Kudos
Message 3 of 5
(2,554 Views)

Hi Pankaj,

               

                   Generally when you see this error code 23 this points to a corrupt file, do you still have a copy of the VI from before converting it to 2011.Then please post it and I think anybody can convert that to 2011.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 4 of 5
(2,548 Views)

Hi All,

 

One clarificaiton required.. does eval copy use will result in this kind of behavior..

We have 8.6 activated....both LabVIEW and FPGA module...(using both)

 

but for 2011 its a eval copy....

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