# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# Error happened during: generation collection for allocation
#
# Error ID: 4652414D450E435050036C
#
# Thread requesting VM operation: prio=1 tid=0x08052278 nid=0x7da2 waiting on condition 
#Heap at VM Abort:
Heap
 def new generation   total 576K, used 193K [0x44730000, 0x447d0000, 0x44c10000)
  eden space 512K,  32% used [0x44730000, 0x44759258, 0x447b0000)
  from space 64K,  44% used [0x447c0000, 0x447c72f0, 0x447d0000)
  to   space 64K,   0% used [0x447b0000, 0x447b0000, 0x447c0000)
 tenured generation   total 1408K, used 966K [0x44c10000, 0x44d70000, 0x48730000)
   the space 1408K,  68% used [0x44c10000, 0x44d01ac0, 0x44d01c00, 0x44d70000)
 compacting perm gen  total 4096K, used 3324K [0x48730000, 0x48b30000, 0x4c730000)
   the space 4096K,  81% used [0x48730000, 0x48a6f278, 0x48a6f400, 0x48b30000)
-------------------------------------------------------------------------------------
一个网络程序运行一段时间后会出现这个错误,有时是几天,有时是几个星期,我现在搞不明白是内存不足还是jvm版本的bug,还是程序的问题
环境:linux7.3 j2sdk1.4.2_04 oracle817
那位老大有过相似经验的帮帮忙