Exception when CPU Sampling enabled

Questions about YourKit Java Profiler
Post Reply
moffit
Posts: 3
Joined: Wed Feb 17, 2016 4:09 pm

Exception when CPU Sampling enabled

Post by moffit »

Hello,

I'm using YourKit 2018.04-b86 under Java 1.8.0_172 64 bit (both client and server).

Remotely profiling a Spring Boot 2.x application with embedded Tomcat 9.

Connection and normal telemetry has no issue. If CPU sampling is enabled, a UI dialog is immediately shown with the stack trace at the end of this post. The UI becomes unresponsive at this point and consumes about 25% CPU indefinitely. It must killed from the task manager. The log file appears to be full of these same errors (some kind of loop must be happening that continuously encounters the error). Running the server agent with sampling immediately enabled also produces the same result.
moffit
Posts: 3
Joined: Wed Feb 17, 2016 4:09 pm

Re: Exception when CPU Sampling enabled

Post by moffit »

I cannot post the stack trace - can I attach it somehow?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Exception when CPU Sampling enabled

Post by Anton Katilin »

This bug is fixed in the latest YourKit Java Profiler 2018.04 build #88.

You can download it from the archive:
https://www.yourkit.com/download/archive.jsp
Post Reply