HotSpot crashes

Hi there!

I am very sorry for loosing your precious "mind resources" but some help is necessary. I am relatively new to java, though I have some programming knowledge. I am making a school project, which is a lame simulation of galacitc motion, i. e. you have a plane (galaxy), you add stars, you add planets which start to orbit around, you add satellites and so on. I am using Eclipse and JDK 1.5.10. However, when I run my app, sometimes it crashes with saying:

# An unexpected error has been detected by HotSpot Virtual Machine:

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x74567afd, pid=3160, tid=1672

#

# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)

# Problematic frame:

# C 0x74567afd

I've completely no idea what could cause this, but two days ago it didn't use to appear at all. However, it crashes completely randomly (at least it looks so) and I am puzzled and distressed. And that's not all. Sometimes, it closes without ANY message. Just closes. Hah. The good thing is that my app runs well most of the time, just I can't figure it why it behaves strangely at times.

Probably, you may need more info on the subject (like the log file or piece of my code), but please say what exactly, as i don't want to overwhelm you nor to flood the forum.

Thanks in advance!

[1384 byte] By [briscoa] at [2007-11-26 13:55:17]
# 1
You should be getting log files with names like hs_err_pid999.log in the directory where the program ran when it crashed. If you could include a couple of those I might be able to tell you more.tom
neverevera at 2007-7-8 1:34:15 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...