Closed
Bug 148829
Opened 23 years ago
Closed 17 years ago
MRJ Plugin hangs sporadically on closing window
Categories
(Core Graveyard :: Java: OJI, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: bnesse, Assigned: peterl-bugs)
References
()
Details
(Keywords: hang)
Attachments
(1 file)
23.65 KB,
text/plain
|
Details |
The MRJ Plugin sometimes goes into an infinite wait state when performing tasks.
I have seen this at various times and places. The Sampler stack is usually
similar, in these cases, but not exactly the same.
Reporter | ||
Comment 1•23 years ago
|
||
Attaching a Sampler trace from http://www.instantchess.com. This stack is
similar to may others I've seen when the MRJ Plugin has hung.
Reporter | ||
Comment 2•23 years ago
|
||
Hmm, looking more closely at this stack, I am distressed. The only Mozilla code
here is the main event loop... everything is in the system. We may need some
help from Apple on this one.
Reporter | ||
Comment 3•23 years ago
|
||
The applet at http://www.instantchess.com also hangs IE. I managed to get it to
run (in the MRJ Plugin) once while I was debugging it... leading me to believe
there may be some kind of a race condition happening. This was not repeatable.
Depends on: 154183
Seen on Mac os 10.1.5, mrj v1.0 (netscape branch build: 2002-06-27-05-1.0.0)
This is no longer hung on Mac os 10.1.5, MRJ: v1.0 (netscape branch build:
2002-08-16-13-1.0)when loading this url: http://www.instantchess.com
Comment 6•22 years ago
|
||
Marking WFM on 2002-10-16-08 trunk under OS X 10.2 and OS X 10.1.5.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Closing the browser window on a game causes the browser to unexpectedly quit. Using
the latest nightly build. Applet loads though and works till that point.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Comment 9•22 years ago
|
||
Chimera did not crash for me.
I did get the following in the console log when closing the window though:
Oct 17 09:13:25 mac1 /Users/jnp/Desktop/Navigator.app/Contents/MacOS/Navigator:
kCGErrorIllegalArgument : CGSSetTrackingAreaEnabled: Invalid window
Build ID: 2002101604
Comment 10•22 years ago
|
||
The application is hanging when I close the window containing the Chess applet.
Tested with 2002-12-18-08 CFM trunk under 10.2.2. The java console displays this
information after closing the browser window:
<<< ProxyClassLoader: defined LiveConnectProxy class. >>>
<<< Here're the permisssions you've got: >>>
<<< java.security.Permissions@7aa187 (
(java.util.PropertyPermission java.vendor read)
(java.util.PropertyPermission java.specification.version read)
(java.util.PropertyPermission com.apple.macos.useScreenMenuBar read,write)
(java.util.PropertyPermission line.separator read)
(java.util.PropertyPermission java.class.version read)
(java.util.PropertyPermission mrj.version read)
(java.util.PropertyPermission java.specification.name read)
(java.util.PropertyPermission java.vendor.url read)
(java.util.PropertyPermission java.vm.version read)
(java.util.PropertyPermission os.name read)
(java.util.PropertyPermission os.arch read)
(java.util.PropertyPermission os.version read)
(java.util.PropertyPermission java.version read)
(java.util.PropertyPermission java.vm.specification.version read)
(java.util.PropertyPermission java.vm.specification.name read)
(java.util.PropertyPermission java.specification.vendor read)
(java.util.PropertyPermission java.vm.vendor read)
(java.util.PropertyPermission file.separator read)
(java.util.PropertyPermission path.separator read)
(java.util.PropertyPermission com.apple.hwaccel read,write)
(java.util.PropertyPermission java.vm.name read)
(java.util.PropertyPermission java.vm.specification.vendor read)
(java.net.SocketPermission www.instantchess.com connect,accept,resolve)
(java.net.SocketPermission localhost:1024- listen,resolve)
(java.lang.RuntimePermission stopThread)
(java.lang.RuntimePermission accessClassInPackage.sun.audio)
)
Comment 11•22 years ago
|
||
-->peterl
Assignee: bnesse → peterl
Status: REOPENED → NEW
Summary: MRJ Plugin hangs sporadically → MRJ Plugin hangs sporadically on closing window
Updated•22 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Closing WFM; instantchess is now Flash.
Status: NEW → RESOLVED
Closed: 22 years ago → 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•