Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LabVIEW crash or hang | LabVIEW service didn't implement the required event case #33

Open
navinsubramani opened this issue Nov 10, 2021 · 0 comments
Labels
type: bug Something isn't working

Comments

@navinsubramani
Copy link
Contributor

When a LabVIEW client API is called to LabVIEW service which doesn't have the required event structure implemented. Then,

  1. The LabVIEW client gets hung and waits infinitely for the LabVIEW service to respond.

So, I notice that's the mistake in the LabVIEW service for missing the implementation of the event. Maybe should it timeout at client's end? Either way, I go to the server and click Stop to stop the service.

  1. LabVIEW service gets hung in the "Stop Server" VI. and client also was hung on the method.

  2. So, I abort client VI and it aborts properly. But the server VI couldn't be aborted.

  3. So, I had to close the project to escape and I get stuck with this.

  4. Kill LabVIEW from task manager.

@ccifra ccifra added the type: bug Something isn't working label Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants