Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. Attaching to process ID 1348, please wait...
  2. Debugger attached successfully.
  3. Server compiler detected.
  4. JVM version is 25.162-b12
  5. Deadlock Detection:
  6.  
  7. java.lang.RuntimeException: Unable to deduce type of thread from address 0x00007fe152588000 (expected type JavaThread, CompilerThread, ServiceThread, JvmtiAgentThread, or SurrogateLockerThread)
  8. at sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper(Threads.java:166)
  9. at sun.jvm.hotspot.runtime.Threads.first(Threads.java:150)
  10. at sun.jvm.hotspot.runtime.DeadlockDetector.createThreadTable(DeadlockDetector.java:149)
  11. at sun.jvm.hotspot.runtime.DeadlockDetector.print(DeadlockDetector.java:56)
  12. at sun.jvm.hotspot.runtime.DeadlockDetector.print(DeadlockDetector.java:39)
  13. at sun.jvm.hotspot.tools.StackTrace.run(StackTrace.java:62)
  14. at sun.jvm.hotspot.tools.StackTrace.run(StackTrace.java:45)
  15. at sun.jvm.hotspot.tools.JStack.run(JStack.java:66)
  16. at sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:260)
  17. at sun.jvm.hotspot.tools.Tool.start(Tool.java:223)
  18. at sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
  19. at sun.jvm.hotspot.tools.JStack.main(JStack.java:92)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:498)
  24. at sun.tools.jstack.JStack.runJStackTool(JStack.java:140)
  25. at sun.tools.jstack.JStack.main(JStack.java:106)
  26. Caused by: sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x00007fe152588000
  27. at sun.jvm.hotspot.runtime.InstanceConstructor.newWrongTypeException(InstanceConstructor.java:62)
  28. at sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor(VirtualConstructor.java:80)
  29. at sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper(Threads.java:162)
  30. ... 17 more
  31. Can't print deadlocks:Unable to deduce type of thread from address 0x00007fe152588000 (expected type JavaThread, CompilerThread, ServiceThread, JvmtiAgentThread, or SurrogateLockerThread)
  32. Exception in thread "main" java.lang.reflect.InvocationTargetException
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:498)
  37. at sun.tools.jstack.JStack.runJStackTool(JStack.java:140)
  38. at sun.tools.jstack.JStack.main(JStack.java:106)
  39. Caused by: java.lang.RuntimeException: Unable to deduce type of thread from address 0x00007fe152588000 (expected type JavaThread, CompilerThread, ServiceThread, JvmtiAgentThread, or SurrogateLockerThread)
  40. at sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper(Threads.java:166)
  41. at sun.jvm.hotspot.runtime.Threads.first(Threads.java:150)
  42. at sun.jvm.hotspot.tools.StackTrace.run(StackTrace.java:75)
  43. at sun.jvm.hotspot.tools.StackTrace.run(StackTrace.java:45)
  44. at sun.jvm.hotspot.tools.JStack.run(JStack.java:66)
  45. at sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:260)
  46. at sun.jvm.hotspot.tools.Tool.start(Tool.java:223)
  47. at sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
  48. at sun.jvm.hotspot.tools.JStack.main(JStack.java:92)
  49. ... 6 more
  50. Caused by: sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x00007fe152588000
  51. at sun.jvm.hotspot.runtime.InstanceConstructor.newWrongTypeException(InstanceConstructor.java:62)
  52. at sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor(VirtualConstructor.java:80)
  53. at sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper(Threads.java:162)
  54. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement