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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]