NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand Warning Message when closing after running TSM sequence

Solved!
Go to solution

I'm getting below warning message when I close TestStand after running one TSM sequence.

What could cause this problem?

 

References to PropertyObjects were not released properly.
Total number of objects: 102
Number of top-level objects: 5

Note: Some top-level objects may be included if they are referenced by
an incorrectly released top-level object. For example, an unreleased
SequenceContext object references a SequenceFile object.

The following top-level objects were not released:

Type Definitions [4 object(s) not released]
Type Definition #1:
Name: NI_SemiconductorModule_StationSettings

Type Definition #2:
Name: NI_SemiconductorModule_CustomStationSettings

Type Definition #3:
Name: NI_SemiconductorModule_StandardStationSettings

Type Definition #4:
Name: Path


PropertyObjects [1 object(s) not released]
PropertyObject #1:
Name: StationSettings
Type: NI_SemiconductorModule_StationSettings

 

0 Kudos
Message 1 of 3
(2,939 Views)
Solution
Accepted by topic author AustinHong

This means a reference to an object was left open. Do you override the GetStationSettings Callback?

 

TestStand: PropertyObjects Were Not Released Warning When Using LabVIEW Code Module

 

-Trent

https://www.linkedin.com/in/trentweaver
Message 2 of 3
(2,913 Views)
Solution
Accepted by topic author AustinHong

I verfied it isn't a severe memory leak by memory profiling.

And I can disable the popup in TestStand by unchecking “Report Object Leaks” under ‘Configure » Station Options » Preferences » Debug Options’.

 

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