https://bz.apache.org/bugzilla/show_bug.cgi?id=69399

--- Comment #5 from a.sa...@sachs-net.de ---
Hello,
i have a similar problem. Can you please check if my bug is also fixed by this
fix or if i should open a new bug report.

It's not only that release() is called after doEndTag sometimes release() is
executed after doStartTag of another thread.

This means that the errors do not always occure but only sometimes and are
therefore very difficult to find.

In my case thread 79 throws an nullpointer exception

History of Tag usage:
(84,74,... thread id)

org.apache.struts2.views.jsp.IfTag@739e8775 84 dostart entering
org.apache.struts2.views.jsp.IfTag@739e8775 84 dostart exiting
org.apache.struts2.views.jsp.IfTag@739e8775 84 doend entering
org.apache.struts2.views.jsp.IfTag@739e8775 84 doend exiting
org.apache.struts2.views.jsp.IfTag@739e8775 84 release
org.apache.struts2.views.jsp.IfTag@739e8775 74 dostart entering
org.apache.struts2.views.jsp.IfTag@739e8775 74 dostart exiting
org.apache.struts2.views.jsp.IfTag@739e8775 74 doend entering
org.apache.struts2.views.jsp.IfTag@739e8775 74 doend exiting
org.apache.struts2.views.jsp.IfTag@739e8775 74 release
org.apache.struts2.views.jsp.IfTag@739e8775 75 dostart entering
org.apache.struts2.views.jsp.IfTag@739e8775 75 dostart exiting
org.apache.struts2.views.jsp.IfTag@739e8775 75 doend entering
org.apache.struts2.views.jsp.IfTag@739e8775 75 doend exiting
org.apache.struts2.views.jsp.IfTag@739e8775 79 dostart entering
org.apache.struts2.views.jsp.IfTag@739e8775 75 release  <-----------release of
thread 75 after start of 79

-- 
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