Getting Virtual Function Call runtime error R6025 from iexplore.exe
Hi all,
I am getting an virtual function call runtime error from iexplore.exe. The IE will then crash. I have checked the log in java console. It shows
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@4607b5
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@314585, 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: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@cbb7db
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@314585, refcount=2
basic: Done ...
basic: Joining applet thread ...
basic: Destroying applet ...
basic: Disposing applet ...
basic: Quiting applet ...
basic: Joined applet thread ...
basic: Unregistered modality listener
I have implemented the stop() in all the applet classes. However, I do not know where this stop() called?
Also, from the java debugger, it always stops and shows:
Exception occurred: java.lang.ThreadDeath (uncaught)"thread=TimerQueue", javax.s
wing.TimerQueue.run(), line=-1 bci=63
TimerQueue[1] cont
>
Exception occurred: java.lang.Exception (uncaught)"thread=main", sun.plugin.com.
JavaClass.getIdForName(), line=-1 bci=72
main[1] cont
>
Exception occurred: java.lang.Exception (uncaught)"thread=main", sun.plugin.com.
JavaClass.getIdForName(), line=-1 bci=72
main[1] cont
>
Exception occurred: java.lang.Exception (uncaught)"thread=main", sun.plugin.com.
JavaClass.getIdForName(), line=-1 bci=72
main[1] cont
>