Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Runtime Error R6025 crash iexplore.exe

843829Dec 16 2005 — edited Dec 19 2005
Hi all,

I have a problem with my web application. Recently, we have changed the JDK1.4 to JDK 1.5. After the application has upgraded to new JDK. I got error pop up message on the IE saying

Virtual Function Call
Runtime error
R6025.

. I have some applet running on the same page. I don't know what's going on. I try to check the web console. The JVM seems trying to stop an applet. The following is the detail:

basic: Starting applet ...
SnifferXMLParse : start() - begin
ProgressBar : start() - end
basic: Stopping applet ...
ProgressBar : stop() - end
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@7ee46a
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@4f2ec, refcount=3
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
basic: Quiting applet ...
basic: Joined applet thread ...
basic: Unregistered modality listener
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@749ebc
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@4f2ec, refcount=2
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
basic: Quiting applet ...
SnifferXMLParse : stop() - end
basic: Joined applet thread ...
basic: Unregistered modality listener
--> basic: Stopping applet ... (This is the extra stopping applet)

I cannot tell what is going on here. What can I do to avoid the error? Or any idea?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2006
Added on Dec 16 2005
2 comments
355 views