Closed
Bug 259525
Opened 21 years ago
Closed 16 years ago
Firefox crashes after about:plugins and "java.lang.UnsatisfiedLinkError: getProxyConfigURL" error.
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: lars, Assigned: alfred.peng)
Details
Attachments
(1 file)
|
27.76 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.4.2 (KHTML, like Gecko) Safari/125.9
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10
Under MacOS 10.3.5, typing 'about:plugins' in the Firefox location bar results in the error
"java.lang.UnsatisfiedLinkError: getProxyConfigURL". Clicking "More details" gives:
java.lang.UnsatisfiedLinkError: getProxyConfigURL
at sun.plugin.net.proxy.MacOSXProxyConfig.getProxyConfigURL(Native Method)
at sun.plugin.net.proxy.MacOSXProxyConfig.getBrowserProxyInfo(MacOSXProxyConfig.java:30)
at sun.plugin.net.proxy.PluginProxyManager.reset(PluginProxyManager.java:108)
at sun.plugin.AppletViewer.initEnvironment(AppletViewer.java:565)
at jep.MyJavaRunTime.initJavaRunTime(MyJavaRunTime.java:20)
at jep.AppletHolderFactory.initProperties(AppletHolderFactory.java:158)
at jep.AppletHolderFactory.createAppletHolder(AppletHolderFactory.java:51)
After dismissing the error dialog, it is no longer possible to enter text in the location bar. Closing the
window causes Firefox to crash immediately.
Reproducible: Always
Steps to Reproduce:
1. Enter "about:plugins" in the location bar.
2. Dismiss the resulting error dialog.
3. Close the window.
I'm still seeing the same behavior with the 10/1/2004 nightly build.
Comment 3•21 years ago
|
||
I can confirm this bug, both on this old build -
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041110
Firefox/1.0 (PowerBook)
- and on the latest official nightly. Tested with empty profiles, too.
what version of java are you using? 1.4.2 update 1? if so, could you try update 2?
Assignee: firefox → kyle.yuan
Component: General → Java: OJI
Product: Firefox → Core
QA Contact: firefox.general
Version: unspecified → 1.7 Branch
Comment 5•21 years ago
|
||
The reporter is using a very old version of the Java Embedding Plugin
(0.8.2 or earlier):
http://javaplugin.sourceforge.net/
(You can tell the Java Embedding Plugin is involved from the
stack-trace lines beginning "jep". You can tell that he's using a
very old version by the fact that this error was caused by an
incompatibility with Java 1.4.2 Update 1 (and Update 2). The problem
was fixed in JEP 0.8.3.)
If he wishes to continue to use the JEP, the reporter should upgrade
to the latest version, JEP 0.8.8. (Another reason to do so is that
version 0.8.8 fixes a security hole to which all previous versions
were vulnerable.) Otherwise he should uninstall the JEP (the Readme
file, available online, has instructions on how to do this).
Comment 7•16 years ago
|
||
no response
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•