LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

build freezes

I have a build where my startup VI and a bunch of classes are in a lvlib. It "completes" (i.e renables all the buttons like explore, done etc) but it says it's still saving the lvlib. It's totally hung. Has anyone seen this behavior. Sorry, can't post the code. If I look on disk, the exe isn't finished, it still is represented by folders.

 

0 Kudos
Message 1 of 6
(4,009 Views)

I had some controls outside the lvlib that things in the lvlib referenced. Pulling those into the lvlib fixed it. So, who knows.

Message 2 of 6
(3,974 Views)

@GregFreeman wrote:

I had some controls outside the lvlib that things in the lvlib referenced. Pulling those into the lvlib fixed it. So, who knows.


OK Greg,  Now lets see if this is expected or unexpected.

  •  Were the ctls in the project or project dependancies?
  • Did you Clean the build?
  • Were they read only, in SCC, checked out by another developer? (anything odd?)
  • Source seperated from compiled or not?
  • Clean object cashe?
  • Build from Source or Source Distribution? 

And of course, What versions of LabVIEW and AB?

 

None of these "should" (IMHO) Hang the build, Some should prevent the build from being sucessful but, none should "hang" the darned thing 

 


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 6
(3,938 Views)

Hello

 

I faced this problem. could not solve it yet, though

i have a project library which has only two VIs in it. One VI calls the main GUI dynamically and exits. the second closes this dynamically launched VI, when run.

 

When i build packed project library, the build goes well for the first half. after it reaches a point, it just finishes, says "complete" but hangs. i have to close LabVIEW from task manager.

using LV2014 SP1. tried installing f2 but no help.

 

for now, i shoved the lvlibp aside and am using the dll instead.

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 4 of 6
(3,898 Views)

Hello Freelance_LV

 

Have you tried building another project library to verify if this issue is related to your application builder or to your application?

0 Kudos
Message 5 of 6
(3,847 Views)

@Freelance_LV wrote:

Hello

 

I faced this problem. could not solve it yet, though

i have a project library which has only two VIs in it. One VI calls the main GUI dynamically and exits. the second closes this dynamically launched VI, when run.

 

When i build packed project library, the build goes well for the first half. after it reaches a point, it just finishes, says "complete" but hangs. i have to close LabVIEW from task manager.

using LV2014 SP1. tried installing f2 but no help.

 

for now, i shoved the lvlibp aside and am using the dll instead.


I am having an issue with typedef cluster controls in lvlibs not propogating changes into the start async call node when in a library as well. They propogate but don't relink and leave me with a a coercion dot that is causing some really weird anomolies. I am going to post that bug in a bit and then stay away from LVlibs basically forever

0 Kudos
Message 6 of 6
(3,813 Views)