Java
JVM Crash
_침묵_
2007. 5. 17. 02:09
작업 중에 가~끔씩 만나는 에러에 대해 조사를 해봤는데...
hs_err_pid* 파일도 안 생기고...
환경 : 리눅스(redhat 9 2.4.20-8smp), jdk1.3.1_16, cpu 4장
**************** Anotherexceptionhasbeendetectedwhilewewerehandlinglasterror. Dumping information aboutlasterror: ERROR REPORT FILE = (N/A) PC = 0x0x6a3a8245 SIGNAL = 11 FUNCTION NAME = (N/A) LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye.
별로 시원한 대답은 없다.
JVM 버그라는 이야기가 많긴 한데, 이것 또한 깔끔한 답변이 아니라...
http://java.sun.com/j2se/1.3/relnotes.html
SUN JVM 버그니까 IBM JVM 을 사용해보라는 이야기도 있고...
http://icecube.berkeley.edu/~dima/work/MUONPR/faq.html
LD_ASSUME_KERNEL=2.2.5 를 설정해보라고 하는 이야기도 있고...
http://www.caucho.com/support/resin-interest/0404/0120.html
일단 jdk1.3 버그라고 보고 jdk1.4를 이용하는 방향으로 유도해야겠다.