Skip to content

Traced application can deadlock on exit #417

@jbachorik

Description

@jbachorik

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions