https://issues.apache.org/bugzilla/show_bug.cgi?id=56387

            Bug ID: 56387
           Summary: tomcat shutdown throw a NoClassDefFoundError
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: qiubo...@qq.com

org.apache.catalina.loader.WebappClassLoader#started field isn't volatile,when
org.apache.catalina.loader.WebappClassLoader#stop is executing by thread A,and 
thread  B is loading class, thread b could see non-updated value started=false.
and then  cause a NoClassDefFoundError.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to