JDK-4266584 : Kestrel beta-D WinNT - applet crashes with EXCEPTION_INT_DIVIDE_BY_ZERO in start
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.3.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 1999-08-28
  • Updated: 1999-08-30
  • Resolved: 1999-08-30
Related Reports
Duplicate :  
Description
A simple applet (heavy weight components in lightweight containers) crashes
during applet startup.  The crash is:

#
# HotSpot Virtual Machine Error. EXCEPTION_INT_DIVIDE_BY_ZERO
#
# Error ID: 4F533F57494E13120E43505002B0
#

(whew! Hope I typed that in correctly!)  Running with '-classic' I get
a floating point error.

Inserting println()'s to trace the program, the applet's start method gets
called and then it crashes.  The window does appear briefly on the screen.

The applet is attached and will run on its own.

Comments
EVALUATION Duplicate of 4264410 -- that was an assertion failure in debug mode, but in production mode it could sometimes cause a divide by zero.
11-06-2004