Runtime Error R6025 crash iexplore.exe
843829Dec 16 2005 — edited Dec 19 2005Hi 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?