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

Monitoring loop exits prematurely #42

Closed
metacosm opened this issue Oct 17, 2023 · 5 comments · Fixed by #43
Closed

Monitoring loop exits prematurely #42

metacosm opened this issue Oct 17, 2023 · 5 comments · Fixed by #43
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@metacosm
Copy link
Contributor

The issue comes from the fact that the DestroyJavaVM Thread is actually present before the VM is scheduled to be destroyed in a lot of contexts (in particular, for daemon-like processes) where the VM isn't actually shutting down.

@adelnoureddine
Copy link
Member

I'll reopen this issue and revert the changes, because JoularJX agent is running continuously even after the program ends.
I'll keep it open until a better solution is found.

@metacosm
Copy link
Contributor Author

Makes sense. Sorry for the issue.

@adelnoureddine
Copy link
Member

@metacosm, do you have any additional insights about this issue?
Because otherwise, I'm looking to close it.

@metacosm
Copy link
Contributor Author

I haven't looked into it, to be honest. I don't have any idea off the top of my head to address the issue in both cases.

@adelnoureddine
Copy link
Member

Thanks, I'll close the issue for now, and if anything new comes by, I'll reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants