Closed
Bug 244700
Opened 21 years ago
Closed 21 years ago
Mozilla 1.6 (Linux) crashes on above URL, page has a Java applet on it
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: epp, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040113
Mozilla 1.6 Linux crashes on https:// pages that include Java applets, sample
URL is above. Version of Linux is SuSE 9.1 with 2.6 kernel, Sun Java version is
1.4.2.
Reproducible: Always
Steps to Reproduce:
1.Go to https://www.usalliance.org.
2.Page attempts to load, then Mozilla crashes.
3.Talkback utility (if included with Linux version) does not load when Mozilla
crashes.
Actual Results:
Mozilla crashes
Expected Results:
Page should have loaded.
Comment 1•21 years ago
|
||
Always crashes Mozilla 1.6 for me with the following example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<applet archive="notfound.jar" width="100" height="100" code="notfound">
</applet>
</body>
</html>
So it doesn't matter how the page is loaded, or the java plugin used (I've tried
blackdown-1.4.1 sun-1.4.2 sun-1.5.0_beta1)
Mozilla 1.7 RC2 for Linux also crashes on the same https page.
Comment 3•21 years ago
|
||
WFM: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040601
WFM: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040601
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Bug is being REOPENED. This has crashed on TWO (2) different systems with both
Mozilla 1.6 AND 1.7 Release Candidate 2.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Mozilla 1.7 Release Candidate 3 also crashes in this instance. However on a new
install of Mozilla -without- the use of the Java plugin, the page does not crash
the browser.
Resolving bug. The issue stemmed from copying the plugin into the
/mozilla/plugins/ directory.
When a symbolic link to the plugin was created in the /mozilla/plugins/
directory instead, Mozilla does not crash as described.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
(In reply to comment #6)
> Resolving bug. The issue stemmed from copying the plugin into the
> /mozilla/plugins/ directory.
>
> When a symbolic link to the plugin was created in the /mozilla/plugins/
> directory instead, Mozilla does not crash as described.
Last part of sentence should read "...Mozilla does not crash."
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•