NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand memory leaks and purify

We have been using Rational Software's 'Purify' Product to
try and identify memory leaks in our test software but have
experienced problems with some of the TestStand DLLs.

Problem seems to occur when the TestStand Sequence Editor tries to login

Error Message obtained are

Error Popup
-----------
Unable to load test environment adapter 'C/CVI Std Prototype Adapter'.
Run setup to re-install or remove this adapter

Could not load test adapter DLL 'c:\apps\teststand\Bin\SCVIAdp.dll'.
Error Code - 17004, Could not load DLL or library.


Run-Time Error Popup
--------------------
An error occurred in the 'Login' step of the 'LoginLogout' sequence in 'FrontEndCallbacks.Seq'.
Could not load DLL or external library 'c:\APPS\TestStand\
Components\NI\Callbacks\FrontEnd\frontend.dll'.
Could not load DLL or library. Error Code: -17004

Error Popup
-----------
An Error occurred while running the Front End callback 'LoginLogout'
Could not load DLL or external library 'c:\APPS\TestStand\Components\NI\Callbacks\FrontEnd\frontend.dll
Error Code: 17004, Could not load DLL or library


Would appreciate help on the following in the following areas

· Has anybody used TestStand with purify, if so have they had similar problems
· Has anybody used a similar tool such as 'BoundsChecker' with TestStand
did
you experience any problems
· Can anybody think of any reason why these dlls shouldn't work with such
a
tool


Note
. We are using TestStand 1.0 and MSVC 5.0 and purify 6.0.1
. We have also experienced problesm with the cvirt.dll which is found in
the
system32 directory.
0 Kudos
Message 1 of 2
(4,325 Views)
I have not worked with either purify or BoundsChecker but I think you will need to install CVI runtime engine. This is required to run any dlls created from CVI. It could also be other reasons such as you are missing a dll which it needs. I would suggest you to look at the following 2 links.

This link explains what -17004 error is and how to get rid of it.
http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&6BEB270DE5FFABF68625683C006A8F08&cat=C16EB3DF113183AD862567C10054CDD3



This links allows you to download a tool which displays all the dependency of the dll which you are using. (this is the tool spoken of in the last link)
http://download.cnet.com/downloads/0-10102-100-4123439.html?tag=st.dl.10001-103-1.lst-7-3.4123439
0 Kudos
Message 2 of 2
(4,325 Views)