64位系统
原来好好的,不知怎的,好像是在把32的java程序链到java
之后,运行大部分的java程序都出现如下错误:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f188360f5af, pid=15831, tid=1106327888
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
# Problematic frame:
# C [libc.so.6+0x315af] catgets+0x1f
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid15831.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
原来可以运行,不知哪问题了