[Bug 1607] New: IcedTea Web removes Components from the Applet Container before Applet.stop() and Applet.destroy() has been called

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 26 12:41:41 PST 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1607

            Bug ID: 1607
           Summary: IcedTea Web removes Components from the Applet
                    Container before Applet.stop() and Applet.destroy()
                    has been called
    Classification: Unclassified
           Product: IcedTea-Web
           Version: hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugin
          Assignee: dbhole at redhat.com
          Reporter: xerxes at zafena.se
                CC: unassigned at icedtea.classpath.org

https://jogamp.org/bugzilla/show_bug.cgi?id=910 - IcedTea Web removes
Components from the Applet Container before Applet.stop() causing a Crash.
Assigned bug to IcedTea Web.
This bug is observed using IcedTea-web 1.3, 1.4 and 1.5pre hg tip.

+++

IcedTea-web contains code that call AWT Component.removeNotify(), too early
when the user leave/reload an applet page, before Applet.stop() and
Applet.destroy() has been called. Confirmed by xranby + sgothel.
https://jogamp.org/bugzilla/show_bug.cgi?id=910#c17

Removing components before Applet.stop() and Applet.destroy() has been called
violates the applet lifeCycle "spec":
http://docs.oracle.com/javase/tutorial/deployment/applet/lifeCycle.html

+++ 

JogAmp provides a DemoBug910ExtendedAWTAppletLifecycleCheck test applet that
can be used to check and verify the Applet and Component lifecycle:
http://jogamp.org/deployment/test/bug910/Bug910-AppletLifecycleCheck.html

DemoBug910ExtendedAWTAppletLifecycleCheck sourcecode written by Sven Gotel is
available inside the JogAmp JOGL git:
http://jogamp.org/git/?p=jogl.git;a=commit;h=9310b11b2b6e1e89fa5ed9b8de26e56ff6a6b262
http://jogamp.org/git/?p=jogl.git;a=commit;h=65247a8188c7470ee7f599f2e84cae1bc84fff9c

Bug 910: Add Standalone Extended Applet Lifecycle Validation Test
Test is online @ http://jogamp.org/deployment/test/bug910/

Test validates the state of the added component:
  TC1 - addNotify() and removeNotify() has been called from AWT-EDT.
  TC2 - removeNotify() is not called before Applet.destroy()

Test also validates the Applet state:

  TA1 - isActive()
  TA2 - init count
  TA3 - start count
  TA4 - stop count
  TA5 - destroy count

  Test start/stop balance.

+++

Expected console output for OK lifecycle:
http://jogamp.org/deployment/test/bug910/isotst.oracle.stderr.txt

Actual console output with ERROR * mark at unexpected states:
http://jogamp.org/deployment/test/bug910/isotst.icedtea.stderr.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131126/4d57fa7b/attachment.html 


More information about the distro-pkg-dev mailing list