Closed
Bug 124390
Opened 24 years ago
Closed 24 years ago
Crash on loading page w/java code [ProxyJNIEnv::ProxyJNIEnv]
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: peter.oshea, Assigned: joe.chou)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
|
15.21 KB,
text/plain
|
Details |
Using 0.9.8, the browser crashes when I go to the URL http://www.fluteworld.com.
Their opening page displays, presumably as Java code is loading, then the crash.
Output to the console is this:
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<
System error?:: No such file or directory
Gdk-ERROR **: Fatal IO error 9 (Bad file number) on X server :0.0.
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Resource temporarily unavailable
I've got the java 2 version 1.3.1 plugin, running on a Ultrasparc w/Solaris 8.
I'd test this with a nightly, but there are no !#$# recent nightlies available
for Solaris (bug 106009).
Comment 1•24 years ago
|
||
WFM 2002020703/WinNT4 (Java Plug-in 1.4.0)
Severity: major → critical
Keywords: crash
| Reporter | ||
Comment 2•24 years ago
|
||
Upon further investigation, this seems to occur for all websites that use the
java plugin. If I take the java plugin out of the plugins directory, there's no
crash.
The plugin version actually is 1.3.1_01. The Solaris 8 that I'm running on is
was patched a few months ago with everything available.
Comment 3•24 years ago
|
||
WFM. Build ID: 2002 02 07 03. Windows 2000. Java Plug-in: 1.3.1_01.
Comment 4•24 years ago
|
||
Confirming for Sparc Solaris build 2002013122 and for milestone 0.9.8 with Java
plugin 1.3.1-b24 on Solaris 7. It crashed on any java page I've tried
(http://java.sun.com/, etc).
I'll attach a stack trace from a crash with 2002013122 momentarily.
Status: UNCONFIRMED → NEW
Component: Java-Implemented Plugins → OJI
Ever confirmed: true
Comment 5•24 years ago
|
||
I also got a core with millestone 0.9.8, but trace was an abbreviated (8 line)
version of the one nightly, so I included that instead.
Updated•24 years ago
|
Summary: Crash on loading page w/java code → Crash on loading page w/java code [ProxyJNIEnv::ProxyJNIEnv]
Comment 6•24 years ago
|
||
Crashes for me with java plugin 1.4.0-rc-b91 as well. Crashes when any version
of plugin (ns4, ns600, or ns610) is installed. Java works fine with Sun's
Netscape 6.21 beta - http://www.sun.com/software/solaris/netscape/getnetscape6.html.
Comment 7•24 years ago
|
||
WORKSFORME on solaris 2.8 with Feb 15 trunk.
(java plugin 1.3.1)
Comment 8•24 years ago
|
||
Original problem looks very similiar to incorrect plugin installation.
Peter: could you please check whether you have symbolic link to lib*oji*
from your plugins directory? (You must *NOT* copy it!)
Stacktrace from comment #5 is definetly caused by other problem.
(i feel this is also known one but this needs to be checked)
BTW, idk and avm do not work on mozilla anymore.
-> back to default owner and QA contact.
Assignee: idk → joe.chou
QA Contact: avm → pmac
Comment 9•24 years ago
|
||
*** Bug 131121 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 10•24 years ago
|
||
Yes, the problem seems to have been caused by having the java plugin located in
the plugins directory, rather than a link. Is this documented somewhere? And
why would it cause a crash?
Comment 11•24 years ago
|
||
Yes, it is documented. See release notes for example:
http://www.mozilla.org/releases/mozilla0.9.8/#java
This is necessary because plugin attempts to load other jvm libs
using relative paths.
Closing as INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•