Skip to content

Application Crash when running VI Analyzer hooks

Some VI Analyzer hooks don't cope well with running in different application instances as some do not follow the best practices by "requesting deallocating memory" when Data Terminal property node is called.

This can result in application crash, as we can't have control over the bad code in VI Analyzer tests, the best way is to move the hooks to run into the target project application instance.

This will require cycling and reinitializing hooks every time we change projects, this might no be a big issue, as the hooks will be in memory when the next instance is loaded, reducing the loading time.