Help me!PROBLEMS in WindowsXP

i have windowsXP.wrote "helloworld" program and have problem:#HotSpot Virtual Machine Error : EXCEPTION_ILLEGAL_INSTRUCTIONError ID : 4F530E43505002C4 and can't do anything!Help!
[227 byte] By [ungabunga] at [2007-9-26 6:44:35]
# 1
is there more of a stack trace than this?
haroldsmith at 2007-7-1 16:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Just to add some fun: I encountered the same error ID under Linux 2.4.2:

Elapsed Time = 4821

#

# HotSpot Virtual Machine Error : 11

# Error ID : 4F530E43505002C4

# Please report this error at

# http://java.sun.com/cgi-bin/bugreport.cgi

#

# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)

#

It only occurs after some time; e.g., the first time I encountered this was when I had less memory:

Elapsed Time = 745

#

# HotSpot Virtual Machine Error : 11

# Error ID : 4F530E43505002C4

# Please report this error at

# http://java.sun.com/cgi-bin/bugreport.cgi

#

# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)

#

As you can see, the test sustained much less time with less memory. What's in the test are some JMS MQ messaging (Fiorano) and JDBC transactions (Oracle). What's really annoying is that the SAME code has run on Solaris (same JDK) for much longer and has never encountered this. And I could only find this single posting regarding this error ID.

yuan_liu at 2007-7-1 16:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
hello,we are experiencing the same problem on red hat 7.1 with jdbc and lucene search engine. did somebody found a fix or setting that fix this problem ?any help would be really apreciated.philippe
pciampo at 2007-7-1 16:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 4

oups i forgot this is what we get :

Unexpected Signal : 11 occurred at PC=0x40111090

Function name=find__5JNIidi

Library=/opt/jini/jre1.3.1/lib/i386/client/libjvm.so

Local Time = Thu Oct 18 14:35:24 2001

Elapsed Time = 356

#

# HotSpot Virtual Machine Error : 11

# Error ID : 4F530E43505002C4

# Please report this error at

# http://java.sun.com/cgi-bin/bugreport.cgi

#

# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)

#

pciampo at 2007-7-1 16:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 5
I couldn't find any bug like this in the Bug Parade. Did you send in the bug report as you were requested to do? If not, don't assume anyone else knows about it!
schapel at 2007-7-1 16:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...