Closed
Bug 137922
Opened 24 years ago
Closed 24 years ago
The applet Java crashes Mozilla
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: m.alberoni, Assigned: joe.chou)
References
()
Details
(Keywords: crash, stackwanted)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031114
When The applet java on the left side of the page starts, Mozilla crashes.
I use IBM Java plugin J2RE 1.3.1
Reproducible: Always
Steps to Reproduce:
1.Type the url
2.Wait...
3.
Actual Results: Mozilla crashes
Comment 1•24 years ago
|
||
WFM 2002041617/RC1build/W2K with Java Plug-in 1.4.0 for Netscape Navigator (DLL
Helper).
Reporter, could you install the latest nightly build and try it again?
http://ftp.mozilla.org/pub/mozilla/nightly/latest/
-> OJI
Assignee: rogerl → joe.chou
Component: JavaScript Engine → OJI
Keywords: crash,
stackwanted
QA Contact: pschwartau → pmac
Comment 2•24 years ago
|
||
I don't crash using build 2002041603 on Win2k + JRE 1.4.0. However, Java console
mentions:
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.setProxiedClient(DashoA6275)
at
sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.superConnect(Unknown
Source)
at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.access$100(Unknown
Source)
at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connect(Unknown
Source)
at
sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.getInputStream(Unknown
Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(DashoA6275)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
at sun.plugin.cache.CachedFileLoader.download(Unknown Source)
at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
at sun.plugin.cache.FileCache.get(Unknown Source)
at
sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connectWithCache(Unknown
Source)
at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connect(Unknown
Source)
at
sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.getInputStream(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getResponseCode(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(DashoA6275)
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Comment 3•24 years ago
|
||
This is a bug in the OS/2 Java plugin.
A fix has been done and it will be in the next Java refresh.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
WFM on windows 98 with JRE 1.3.1_02 (commercial netscape build:
2002-04-15-10-TRUNK).
Java(TM) Plug-in: Version 1.3.1_02
Using JRE version 1.3.1_02 Java HotSpot(TM) Client VM
User home directory = C:\WINDOWS\Profiles\pmac000
Proxy Configuration: Browser Proxy Configuration
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
TextScroll_1_0 v2.5.1
Copyright (C) 1998 Kevin Swan, 013639s@dragon.acadiau.ca
| Reporter | ||
Comment 6•24 years ago
|
||
The bug is still present using
Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.0rc2) Gecko/20020510
with
IBM Java(TM) Plug-in: J2RE 1.3.1 IBM build co131-20020405
You need to log in
before you can comment on or make changes to this bug.
Description
•