Closed
Bug 354485
Opened 19 years ago
Closed 18 years ago
Freeze when Java applet fails
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sagie.duchovne, Unassigned)
References
()
Details
(Keywords: hang, Whiteboard: CLOSEME - 07/16)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Browsing to the specified URL causes firefox to "freeze". The symptoms are almost total non-responsiveness to mouse, some resonsiveness to keyboard, pages are not being updated (with any pending page loads halted), clicking links causes nothing.
Browsing to the URL with IE reveals there is a bad Java applet (status bar shows "Loading Java Applet Failed..."). Java console output:
java.lang.SecurityException: Key
at Ticker.init(Ticker.java)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "thread applet-Ticker.class" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Following is the information of my JVM:
Java Plug-in 1.5.0_06
Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
Reproducible: Always
Steps to Reproduce:
1. Use Firefox 1.5.0.7, JRE 1.5.0_06
2. Navigate to URL: http://www.labait.co.il/article.asp?id=36
3. Experience "the freeze"!
Comment 1•19 years ago
|
||
*** Bug 354486 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
wfm with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1) Gecko/20060918 Firefox/2.0 and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
Comment 3•19 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060926 BonEcho/2.0
Comment 4•19 years ago
|
||
2 WFMs. Reporter, do you still see this problem with Firefox 2.0? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME
Version: unspecified → 1.5.0.x Branch
Updated•19 years ago
|
Whiteboard: CLOSEME → CLOSEME - 06/19
Comment 5•19 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/2007051502 Firefox/2.0.0.4
Resolving as WORKSFORME per the above line, comment #2 and comment #3.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 6•19 years ago
|
||
I've upgraded to Firefox 2.0.0.4, and the same behaviour was observed again. Then, I've upgraded the JRE, and the problem persists.
So, I have now an up to date setup of both Firefox and JRE, experiencing the same problem.
The JRE console reports the same problem:
java.lang.SecurityException: Key
at Ticker.init(Ticker.java)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The behaviour of Firefox is the same as in the previous version: almost total non-responsiveness to mouse, some resonsiveness to keyboard, pages
are not being updated (with any pending page loads halted), clicking links
causes nothing.
Firefox detail:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4.
JRE detail:
Java Plug-in 1.6.0_01
Using JRE version 1.6.0_01 Java HotSpot(TM) Client VM
OS: Windows XP Pro
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Updated•19 years ago
|
Comment 7•19 years ago
|
||
Reporter,
Could you try to reproduce this with a nightly trunk build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Whiteboard: CLOSEME - 07/16
Comment 8•18 years ago
|
||
I saw what the reporter saw in comment 6 on branch (using 2.0.0.6) but don't see it using the latest trunk build, tested on Vista. Closing this as WFM since it now WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•