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

Can't attach to the process: ptrace(PTRACE_ATTACH, ..)

时间:2018-06-23 13:27:41      阅读:1920      评论:0      收藏:0      [点我收藏+]

标签:tar   data-   exce   echo   lan   .exe   native   TE   ubuntu   

PC : ubuntu 16.04

jdk : 1.8.0_144

当我想查看线程堆栈信息的时候,出现了如下异常:

wzy@wzy-ubuntu:~$ jstack -F 7566

××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

Attaching to process ID 7566, please wait...
Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can‘t attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 7566: 不允许的操作
sun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: Can‘t attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 7566: 不允许的操作
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$LinuxDebuggerLocalWorkerThread.execute(LinuxDebuggerLocal.java:163)
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(LinuxDebuggerLocal.java:278)
    at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:671)
    at sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux(HotSpotAgent.java:611)
    at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:337)
    at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:304)
    at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:140)
    at sun.jvm.hotspot.tools.Tool.start(Tool.java:185)
    at sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
    at sun.jvm.hotspot.tools.JStack.main(JStack.java:92)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.tools.jstack.JStack.runJStackTool(JStack.java:140)
    at sun.tools.jstack.JStack.main(JStack.java:106)
Caused by: sun.jvm.hotspot.debugger.DebuggerException: Can‘t attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 7566: 不允许的操作
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Native Method)
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.access$100(LinuxDebuggerLocal.java:62)
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask.doit(LinuxDebuggerLocal.java:269)
    at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$LinuxDebuggerLocalWorkerThread.run(LinuxDebuggerLocal.java:138)

××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

解决方法:

  echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

原因:见参考文档

拓展内容:ptrace_scope

参考文档:

  1. http://gaofu1986.blog.163.com/blog/static/836012420150104137592/
  2. https://www.cnblogs.com/wscit/p/6803354.html

 

Can't attach to the process: ptrace(PTRACE_ATTACH, ..)

标签:tar   data-   exce   echo   lan   .exe   native   TE   ubuntu   

原文地址:https://www.cnblogs.com/wesleyshare/p/9216645.html

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