Debian Wheezy를 사용하고 있으며 메모리가 부족한 것으로 유명한 Java 응용 프로그램 (RadRails 또는 PyDev 모드의 Eclipse 변형 NetBeans 및 Aptana Studio 3)을 자주 사용합니다. Oracle JRE를 사용할 때 전혀 문제가 없었습니다. 그러나 마지막 형식 이후 OpenJDK를 사용하고 있으며 앱에서 예기치 않은 종료가 발생하기 시작했습니다. 그런 다음 터미널을 통해 Aptana Studio를 실행하여 오류 메시지를 볼 수 있었고 프로그램을 닫을 때 얻은 것이 있습니다.
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb00b803d, pid=4748, tid=3076118208
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK Client VM (23.7-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libsoup-2.4.so.1+0x5603d] soup_session_feature_detach+0x1d
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/gabriel/hs_err_pid4748.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
이것은 OpenJDK의 알려진 문제 또는 내 컴퓨터의 문제입니까? 어떻게 해결할 수 있습니까? 나는 일을 위해이 프로그램들이 정말로 필요하다.
감사!
편집 1 : Chris가 제안한대로 ~ / hs_err_pid4778.log를 확인했습니다. 이 로그 가 포함되어 있지만 Aptana가 이미 예상했던 문제를 일으킨다는 것만으로도 알 수 있습니다. 그러나 충돌은 많은 다른 모듈 / 방법으로 인한 것 같습니다? 나는 아직도 그것을 해결하는 방법을 모른다.