[Bug 1219] New: PluginStreamHandler calls System.exit

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Nov 14 07:59:58 PST 2012


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

          Priority: P3
            Bug ID: 1219
                CC: unassigned at icedtea.classpath.org
          Assignee: dbhole at redhat.com
           Summary: PluginStreamHandler calls System.exit
          Severity: trivial
    Classification: Unclassified
                OS: Linux
          Reporter: Martin.vGagern at gmx.net
          Hardware: 64-bit
            Status: NEW
           Version: 1.2
         Component: Plugin
           Product: IcedTea-Web

After my browser received a SIGTERM, I just found the following message in its
standard error:

net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkExit(JNLPSecurityManager.java:385)
    at java.lang.Runtime.exit(Runtime.java:105)
    at java.lang.System.exit(System.java:923)
    at sun.applet.PluginStreamHandler.write(PluginStreamHandler.java:374)
    at sun.applet.PluginAppletViewer.write(PluginAppletViewer.java:1396)
    at sun.applet.PluginAppletViewer.showStatus(PluginAppletViewer.java:948)

This is on Ubuntu precise 64bit using icedtea-6-plugin 1.2-2ubuntu1.3.
http://packages.ubuntu.com/precise-updates/icedtea-6-plugin

The corresponding source line is this one here:
http://icedtea.classpath.org/hg/icedtea-web/file/41f03d932cdf/plugin/icedteanp/java/sun/applet/PluginStreamHandler.java#l371

As the plugin gets killed eventually in any case, this issue isn't too severe.
But I guess the exit is there for a reason, so perhaps you should try to make
it work as intended.

-- 
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/20121114/3d97e14a/attachment.html 


More information about the distro-pkg-dev mailing list