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

Duplicate messages when LabVIEW crashes (Comms Error: Unexpected EOF Error) #151

Open
jimkring opened this issue Jul 9, 2023 · 0 comments
Milestone

Comments

@jimkring
Copy link
Contributor

jimkring commented Jul 9, 2023

Version Info:

Issue:

I have a build that crashes LabVIEW -- it's is a known issue and not related to g-cli.

However, when LabVIEW does crash, the github action logs show a LOT of the same error message [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection. It would help tidy up the logs if this error were not duplicated so many times -- I've removed about 50 or so (duplicate) lines from the following stream of log messages:

...
20:04:43.608 [DEBUG] Comms reader stopped.
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
...
... ~~~ approx 50 duplicate lines removed from here ~~~
...
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
20:04:43.608 [ERROR] Comms Error: Unexpected EOF Error: LabVIEW has probably closed the connection
20:04:43.698 [DEBUG] Signal Handler Stopped.
20:04:43.698 [DEBUG] Action loop stopped.
20:04:43.698 [DEBUG] Waiting on monitoring thread to complete
20:04:44.076 [DEBUG] Stopping LabVIEW monitoring due to stop command from application
20:04:44.076 [DEBUG] Monitoring thread completed
20:04:44.076 [DEBUG] Exiting G-CLI with exit code -1
...
@JamesMc86 JamesMc86 added this to the 3.1 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants