LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message - In Place Element

Solved!
Go to solution

LV 2018 SP1, Win 7

 

Occasionally, I get this message when my program terminates, usually after something goes wrong.

Err Msg.PNG

 

Pressing OK or closing the box just makes it come back after a half second or so.

The only way out is Ctl Alt Del.

It doesn't tell me anything useful - it's a noun without a verb. 

I assume it's an error of some sort.

Does it mean that a particular IPE is still waiting to complete, and my DVR (Data Value Ref) is trying to dispose?

 

Any ideas?

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 1 of 4
(1,194 Views)

I don't suppose you can post the code that makes up that LVLIBP?  Speculation is tough in a void, especially with vague error messages like this.

 

It kind of looks like it mentions a reentrant clone that was started asynchronously.  Since you say it happens following other problems, maybe your other problems cause a reference to close before it's done being used, or leave open a reference that should be closed?

0 Kudos
Message 2 of 4
(1,145 Views)

It's too complicated to ask anybody to wade thru.

Just wondering if any sense could be made from the error message itself.

 

 

 

It doesn't say "error destroying DVR when IPE is still open" or something like that.

 

It does involve a reentrant clone that was started asynchronously.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 3 of 4
(1,139 Views)
Solution
Accepted by topic author CoastalMaineBird

For the record, I have resolved this issue.

 

The error message would more properly be worded as "You have a DVR (Data Value Reference) which was allocated but never released at_____".

In my case, a linked list of DVRs was broken by bad code, leaving such orphans.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 4 of 4
(1,029 Views)