Sun just released Java 5.0 Update 7 (1.5.0_07). You could give that a try.
I noticed this one part: compacting perm gen total 59392K, used 59391K [0x20010000, 0x23a10000, 0x25c10000) the space 59392K, 99% used [0x20010000, 0x23a0fd40, 0x23a0fe00, 0x23a10000)
I'm not sure if I'm reading that right, but it doesn't look good if Perm Gen space is close to 100%. But since you aren't getting an OOM error, that probably isn't the problem.
Otherwise, you could go search the javasoft bug database for EXCEPTION_ACCESS_VIOLATION and Win32GraphicsConfig getBounds
IDEA - 5289
Still crash with the latest version. Any idea?
Attachment(s):
hs_err_pid2568.log
Ask SUN?
Sun just released Java 5.0 Update 7 (1.5.0_07).
You could give that a try.
I noticed this one part:
compacting perm gen total 59392K, used 59391K [0x20010000, 0x23a10000, 0x25c10000)
the space 59392K, 99% used [0x20010000, 0x23a0fd40, 0x23a0fe00, 0x23a10000)
I'm not sure if I'm reading that right, but it doesn't look good if Perm Gen space is close to 100%. But since you aren't getting an OOM error, that probably isn't the problem.
Otherwise, you could go search the javasoft bug database for
EXCEPTION_ACCESS_VIOLATION and Win32GraphicsConfig getBounds
-Alex