-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Hi, @emeroad @koo-taejin After your commits for issue #2862, I pulled the newest code of the master branch and tested it with jdk1.6, today. I restarted my application dozens of times, the deadlock appeared less than the testing with pinpoint agent 1.6.0 version. The deadlock only took about ten percent of the total tests.
It seems your commits for #2881 issue had an effect. The below is the newest deadlock stack log, It maybe can help you to find out the problem.
Preloading the needed classes seemed can resolve the problem. Because of the difficulity debug for multi threads program, it is hard for me to find out which classess should be preloaded first.