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

Traced application can deadlock on exit #417

Closed
jbachorik opened this issue May 1, 2020 · 0 comments
Closed

Traced application can deadlock on exit #417

jbachorik opened this issue May 1, 2020 · 0 comments
Assignees
Milestone

Comments

@jbachorik
Copy link
Collaborator

If the instrumentation generates a lot of messages it may deadlock the traced application on exit - the internal message queue is using backoff sleep but does not correctly handle InterruptedException effectively causing all other threads attempting to send a BTrace message to get locked.

The solution is to properly handle InterruptedException

@jbachorik jbachorik self-assigned this May 1, 2020
@jbachorik jbachorik added this to the 2.0.2 milestone May 1, 2020
This issue was closed.
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

1 participant