码迷,mamicode.com
首页 > 其他好文 > 详细

jmap打dump异常

时间:2019-01-29 21:19:03      阅读:650      评论:0      收藏:0      [点我收藏+]

标签:使用   nbsp   tmp   bsp   root   cal   col   tac   not   

背景

    用jmap打dump文件经常遇到如下异常,打不出来,哥今天告拆大家一个终极解决方法,嘘,不要告拆别人。。

Attaching to core -F from executable 421442, please wait...
Error attaching to core file: cannot open binary file
sun.jvm.hotspot.debugger.DebuggerException: cannot open binary file
at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Native Method)
at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(LinuxDebuggerLocal.java:286)
。。。

解决方法

   在root用户下使用su -m user  -c " command " 搞定。如下:

[root@host11]# su -m yarn -c "jmap -dump:format=b,file=ll.bin 421442"
Dumping heap to /tmp/hsperfdata_yarn/ll.bin ...
Heap dump file created

 

jmap打dump异常

标签:使用   nbsp   tmp   bsp   root   cal   col   tac   not   

原文地址:https://www.cnblogs.com/cwind/p/10335787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!