ni / measurement-plugin-labview

LabVIEW framework to develop measurement plug-ins for NI application software. Contains sample measurement plug-ins for InstrumentStudio and TestStand and a generator with a measurement template to get started on a measurement plug-in.
MIT License
10 stars 13 forks source link

LabVIEW Crash After Updating gRPC-LabVIEW Packages to Version 1.2.5.1 #594

Open varshini-senthil opened 1 day ago

varshini-senthil commented 1 day ago

Bug Report

LabVIEW crashes when running Enumerate Services.vi under the Discovery client wrappers, with the update of gRPC LabVIEW package to version 1.2.5.1 from 1.0.1.1.

Repro or Code Sample

image

The Enumerate Services.vi should run without issues and throw error if any invalid input arguments are provided.

Current Behavior

The VI runs without error but causes LabVIEW crash after execution.

Your Environment

AB#2859207

varshini-senthil commented 1 day ago

This issue caused by the update of gRPC LabVIEW packages to version 1.2.5.1, affects the Measurement Plug-In Client Generator tool, as the Client generator uses the Enumerate Services API to get the list of available V2 measurement services.

cc: @dixonjoel @jasonmreding