Closed
Bug 213842
Opened 22 years ago
Closed 22 years ago
Crash when leaving page with applet [@ jvm.dll ]
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wolruf, Assigned: yuanyi21)
References
()
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
6.57 KB,
text/plain
|
Details |
build ID: 2003072404 on Win2k + JRE 1.4.2 (b28).
Steps to reproduce:
1. Load http://www.cisco.com/go/docgen (protected, cannot provide any account yet),
2. Leave site,
3. Mozilla crashes.
Various Talkback ID: TB22182157H, TB22182198W, TB22182685H.
JRE shows the following (not in Java Console, standalone popup):
java.lang.IllegalStateException: Can't dispose InputContext while it's active at
sun.awt.im.InputContext.dispose(Unknown Source) at
java.awt.Window$1DisposeAction.run(Unknown Source) at
java.awt.Window.dispose(Unknown Source) at
sun.plugin.viewer.frame.WNetscapeEmbeddedFrame.windowClosing(Unknown Source) at
java.awt.Window.processWindowEvent(Unknown Source) at
java.awt.Window.processEvent(Unknown Source) at
java.awt.Component.dispatchEventImpl(Unknown Source) at
java.awt.Container.dispatchEventImpl(Unknown Source) at
java.awt.Window.dispatchEventImpl(Unknown Source) at
java.awt.Component.dispatchEvent(Unknown Source) at
java.awt.EventQueue.dispatchEvent(Unknown Source) at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at
java.awt.EventDispatchThread.pumpEvents(Unknown Source) at
java.awt.EventDispatchThread.pumpEvents(Unknown Source) at
java.awt.EventDispatchThread.run(Unknown Source)
No reduced testcase yet, I've struggled to come with one one yet.
However, I crashed on 3 different URLs (sometimes internal, always protected
with Basic auth) with Java applets after leaving site (sometimes, Mozilla would
stay in memory).
Also happen with 20030723, not 20030722 afaik so I believe this could be a
serious regression from previous checkins (iframe, nsprincipal ?).
Reporter | ||
Updated•22 years ago
|
Whiteboard: TB22182685H
Comment 1•22 years ago
|
||
can't reproduce because can't login
Comment 2•22 years ago
|
||
Updated•22 years ago
|
Keywords: stackwanted
Reporter | ||
Updated•22 years ago
|
Summary: Crash when leaving page with applet (basic auth ? iframe ?) → Crash when leaving page with applet [@ jvm.dll ]
Whiteboard: TB22182685H
Reporter | ||
Comment 4•22 years ago
|
||
Mozilla doesn't crash anymore 20031207 Win2k Sun's JRE 1.4.2_02.
Sun's JRE still show an exception (same as initial comment).
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Crash Signature: [@ jvm.dll ]
You need to log in
before you can comment on or make changes to this bug.
Description
•