[Bug 1879] Security Approval Panel hangs on Closing Browser
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jul 25 19:35:46 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1879
--- Comment #1 from Lukasz Dracz <ldracz at redhat.com> ---
Looking into this bug and trying to reproduce this I have found that:
-All the dialogs I have managed to find for icedtea-web continue to exist after
firefox is closed, and the firefox process exists while the dialog does, and is
gone when the dialog goes away
However:
-After an action is selected on the dialog such as the x button, close, yes,
etc. the firefox proccess ends once the dialog disappears
Except for this specific dialog (there may be others but from what I've tested
all the others seem to behave correctly)
Now for this dialog I have found that:
-Pressing x button,run or close will have the firefox process remain. Results
in the following stack trace:
netx: Initialization Error: Could not initialize applet. (Fatal: Launch Error:
Canceled on user request. )
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize applet. For more information click "more information button".
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Canceled
on user request.
at
net.sourceforge.jnlp.security.JNLPAppVerifier.checkTrustWithUser(JNLPAppVerifier.java:134)
at
net.sourceforge.jnlp.tools.JarCertVerifier.checkTrustWithUser(JarCertVerifier.java:602)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.checkTrustWithUser(JNLPClassLoader.java:1047)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:695)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:277)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)
... 2 more
-Pressing sandbox another dialog appears onto which pressing proceed does close
the firefox process.
-Pressing sandbox and then pressing cancel or x button on the new dialog does
not end the firefox process either. Results in the following stacktrace:
netx: Initialization Error: Could not initialize applet. (The application uses
non-codebase resources, which do match its
Application-Library-Allowable-Codebase Attribute, but was blocked from running
by the user.)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize applet. For more information click "more information button".
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908)
Caused by: net.sourceforge.jnlp.LaunchException: The application uses
non-codebase resources, which do match its
Application-Library-Allowable-Codebase Attribute, but was blocked from running
by the user.
at
net.sourceforge.jnlp.runtime.ManifestAttributesChecker.checkApplicationLibraryAllowableCodebaseAttribute(ManifestAttributesChecker.java:330)
at
net.sourceforge.jnlp.runtime.ManifestAttributesChecker.checkAll(ManifestAttributesChecker.java:82)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:288)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)
... 2 more
Just reporting my findings for now and I will look further into this bug.
--
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/20140725/c646829d/attachment.html>
More information about the distro-pkg-dev
mailing list