首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >JProfiler断言失败

JProfiler断言失败
EN

Stack Overflow用户
提问于 2010-09-24 03:07:50
回答 1查看 645关注 0票数 2

我尝试在远程模式下启动JProfiler 6,但收到以下错误:

代码语言:javascript
复制
JProfiler> Protocol version 28
JProfiler> Using JVMTI
JProfiler> JVMTI version 1.1 detected.
JProfiler> 64-bit library
JProfiler> Listening on port: 8849.
JProfiler> Instrumenting native methods.
JProfiler> Can retransform classes.
JProfiler> Native library initialized
JProfiler> VM initialized
JProfiler> Waiting for a connection from the JProfiler GUI ...
JProfiler> Using dynamic instrumentation
JProfiler> Time measurement: elapsed time
JProfiler> CPU profiling enabled
Assertion failed: (agentClassLocal), function initReferences, file /Users/hannes/buildsys/jprofiler/build/src/c/agent/shared/LiveProfilingSession.cpp, line 95.

谁能解释一下它们是从哪里来的,以及如何修复它们?

谢谢!

EN

回答 1

Stack Overflow用户

发布于 2013-07-02 06:17:37

您错过了对agent.jar的引用:

代码语言:javascript
复制
-Xbootclasspath/p:/opt/jprofiler/bin/agent.jar
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3781710

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档