[RFC] PR 535: null pointer exceptions during applet initialization
Omair Majid
omajid at redhat.com
Fri Sep 17 12:55:31 PDT 2010
Hi,
The attached patch fixes icedtea bug 535 [1]. Some calls to
showAppletStatus are throwing null pointer exceptions. The problem
appears to be that the AppletPanel is reparented during initialization
(see PluginAppletViewer.reFrame()). There is a small window of time
where the AppletPanel does not have a parent, which causes getParent()
to return null and cause this NullPointerException.
The attached patch tries to avoid this problem by trying again if it
detects the parent is null.
Any thoughts or comments?
Cheers,
Omair
[1] http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=535
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-plugin-null-parent.patch
Type: text/x-patch
Size: 1236 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100917/687d1378/icedtea-plugin-null-parent.patch
More information about the distro-pkg-dev
mailing list