Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Getting Virtual Function Call runtime error R6025 from iexplore.exe

843798Dec 16 2005
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
>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2006
Added on Dec 16 2005
0 comments
201 views