YJPRuntimeException

Questions about YourKit Java Profiler
Post Reply
AmigoV
Posts: 2
Joined: Mon Jan 12, 2015 12:09 pm

YJPRuntimeException

Post by AmigoV »

hi,
recently our application crashed and last line in log is:

Code: Select all

terminate called after throwing an instance of 'YJPRuntimeException'
and there is nothing more
well, except core dump

So i'm a bit confused where to start looking to find what caused this crash.
As it seems to me, something inside profiler caused it...
Is there something that i should check that can give more info about what happened?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: YJPRuntimeException

Post by Anton Katilin »

Hi,

What version of the profiler do you use?
What is the platform?

Could you please provide the profiler agent log file content: <user home>/.yjp/log/<session name>-<pid>.log

Best regards,
Anton
AmigoV
Posts: 2
Joined: Mon Jan 12, 2015 12:09 pm

Re: YJPRuntimeException

Post by AmigoV »

profiler agent log file:
https://www.dropbox.com/s/bjcit2oa8a4r1 ... 2.log?dl=0

Code: Select all

13070 - 2851309.172: error at DB.h:116: assertion failed
  /usr/local/java/default/bin/../lib/yjp/libyjpagent.so(_Z16appendStackTraceP11YStringImplIcE+0x26) [0x7f1a82674816]
  /usr/local/java/default/bin/../lib/yjp/libyjpagent.so(_ZN6Logger5errorERK11YStringImplIcEPKci+0x4db) [0x7f1a8267947b]
  /usr/local/java/default/bin/../lib/yjp/libyjpagent.so(_Z19doThreadStateSampleP10ThreadInfoii+0x389) [0x7f1a826f3939]
  /usr/local/java/default/bin/../lib/yjp/libyjpagent.so(_Z23sampleThreadStatesJVMTIRK10LockHolderP7JNIEnv_bPiS4_+0x190) [0x7f1a8265fb50]
  /usr/local/java/default/bin/../lib/yjp/libyjpagent.so(Java_com_yourkit_runtime_Callback_storeTelemetryRecord+0x42d) [0x7f1a8261549d]
  [0x7f1a79012878]
profiler version: YourKit Java Profiler 2013 build 13070
platform: Linux 3.13.0-39-generic x86_64
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: YJPRuntimeException

Post by Anton Katilin »

Version 2013 is not supported.
Please use the latest released version 2014 or version 2015 EAP instead.
Post Reply