无法使用 X Forwarding over SSH 运行 armitage(可能是 java 问题)
Posted
技术标签:
【中文标题】无法使用 X Forwarding over SSH 运行 armitage(可能是 java 问题)【英文标题】:unable to run armitage (java issue maybe) using XForwarding over SSH 【发布时间】:2018-12-13 08:34:40 【问题描述】:我有一个来自 godaddy 的无头 VPS(我知道他们很烂),运行 Ubuntu 16.04。我可以运行我尝试过使用 X 转发的任何其他程序,没有任何问题。当我尝试运行 armitage 时,我收到以下错误消息:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f52612e8009, pid=15978, tid=15979
#
# JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195246.buildd.src)
# Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libjava.so+0x1d009] JNU_GetEnv+0x19
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /opt/armitage/core.15978)
#
# An error report file with more information is saved as:
# /opt/armitage/hs_err_pid15978.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
./run.sh: line 1: 15978 Aborted java -classpath bin:lib/\*:. armitage.ArmitageMain $*
错误消息中提到的日志文件可以在这里找到: https://pastebin.com/XxAXVkwg
提前感谢任何可以帮助我的人。
【问题讨论】:
【参考方案1】:这看起来像OpenJDK bug JDK-8173626。引用错误报告中的close comment:
根据提交的报告,该问题来自 OpenJDK 9ea。我们强烈建议您尝试使用 Oracle 的 JDK 9ea 最新版本运行。请给我们发送一个小测试程序 可重现的步骤,如果您仍然看到相同的问题。
最新的 JDK 9ea:https://jdk9.java.net/download/
【讨论】:
以上是关于无法使用 X Forwarding over SSH 运行 armitage(可能是 java 问题)的主要内容,如果未能解决你的问题,请参考以下文章