Eclipse debugger always blocks on ThreadPoolExecutor without any obvious exception, why?

前端 未结 4 984
天命终不由人
天命终不由人 2020-12-04 05:39

I\'m working on my usual projects on Eclipse, it\'s a J2EE application, made with Spring, Hibernate and so on. I\'m using Tomcat 7 for this (no particular reason, I don\'t e

4条回答
  •  萌比男神i
    2020-12-04 05:58

    This behavior is triggered by tomcat when a webapp is reloaded. It's part of tomcat "memory leak protection" feature that (among other things) forces the renewal of its threads.

    This is now fixed from versions 7.0.54 and 8.0.6 of tomcat : https://issues.apache.org/bugzilla/show_bug.cgi?id=56492

提交回复
热议问题