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

JVM agent cleanup fix for v1.1.3 #116

Closed
wants to merge 3 commits into from
Closed

JVM agent cleanup fix for v1.1.3 #116

wants to merge 3 commits into from

Commits on Sep 18, 2013

  1. switched to 1.1.3.1-SNAPSHOT

    jhermann committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    5acda25 View commit details
    Browse the repository at this point in the history
  2. Don't wait for Tanuki Java Service Wrapper stop runner thread, preven…

    …ting a deadlock on shutdown
    jhermann committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    5616a0c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. Fix race condition during shutdown causing a NPE.

    From the getThreadGroup() Javadoc:
    	Returns the thread group to which this thread belongs.
    	This method returns null if this thread has died (been stopped).
    jhermann committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    0490c42 View commit details
    Browse the repository at this point in the history