Closed
Bug 170483
Opened 22 years ago
Closed 22 years ago
Crashes when navigating to an SSL site
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 175189
People
(Reporter: kb3cbc, Assigned: asa)
References
()
Details
(Keywords: crash)
Attachments
(9 files)
108.93 KB,
application/rtf
|
Details | |
20.76 KB,
application/rtf
|
Details | |
5.87 KB,
text/html
|
Details | |
12.99 KB,
application/x-javascript
|
Details | |
8.94 KB,
application/x-javascript
|
Details | |
116 bytes,
application/x-javascript
|
Details | |
746 bytes,
application/x-javascript
|
Details | |
3.33 KB,
application/x-javascript
|
Details | |
631 bytes,
application/x-javascript
|
Details |
The web page does not display in Mozilla for this URL, rather, it crashes.
Problem seems to exist only on the mac OS X version. I am running Mac OS 10.2.
Problem does not occur when using the Windows version of Mozilla.
Problem does not occur when using Internet Explorer 5.2 for Mac OS X.
Let me know if you need the Console crash log as I cannot post it here, it is
too large.
Comment 2•22 years ago
|
||
and post it as an attachment if possible. :)
Comment 3•22 years ago
|
||
oh you're running MacOSX 10.2 then it must be bug 154699.
Upgrade to 1.2a or nightly build to get this one fixed.
Comment 4•22 years ago
|
||
Where's a java-applet on this page?
Comment 5•22 years ago
|
||
Reporter:
Apple broke Java with 10.2 for mozilla.
Please use a nightly build (with a fix for this)
*** This bug has been marked as a duplicate of 154699 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
kb3cbc@mac.com, when I access that URL using FizzillaCFM/2002091014 on 10.1.5,
I'm forwarded to [https://secure.strayer.edu/cgi-bin/rgw/strayerlive]. Can you
reproduce the crash if you directly access that URL instead of the one you
originally provided?
I will try a nightly build tomorrow evening, Sept. 25th.
To answer Greg Kolanek's question, I receive the same exact error and crash if I
use [https://secure.strayer.edu/cgi-bin/rgw/strayerlive]. Without the brackets,
of course.
I do not know where the Java Applet is located, I don't maintain the Strayer web
site. I will obtain the applet if possible and post as an attachment.
-Scott
Yeah, that does look like a Java crash, and is probably rightly resolved dup. Do
test the nightly anyway, kb3cbc@mac.com.
Component: Browser-General → OJI
Keywords: stackwanted
Attachment #100440 -
Attachment mime type: text/plain → application/rtf
Reporter | ||
Comment 10•22 years ago
|
||
Mozilla also crashes using the lastest nightly build.
Reporter | ||
Comment 11•22 years ago
|
||
I tested the nightly build as of yesterday, 09-24, and I still have the same
problem.
I verified today that the problem does not occur on the Mac OS 9 nor Windows
builds of Mozilla.
-Scott
Comment 12•22 years ago
|
||
Reopening per comment 10.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 13•22 years ago
|
||
Whoops, looks like we need to use your original URL to get the proper access.
Reporter | ||
Comment 14•22 years ago
|
||
New Attachments and Explanations:
"STRAYERLIVE HTML" - target HTML that causes the crash, reachable at the above URL.
"WWDRIVERS%2CCACHED_BASE_WWSCRIPTS.JS" - referenced by target HTML. Contains
the rather lengthy "CallHandler" javascript function. "CallHandler" accepts
three parameters: "event", "obj", and "name". He mainly deals with
document.layers and windowTarget values. This javascript also contains the
function "targetAWindow" which does exactly what it says. Contains
"GetControlValues" function that accepts two parameters: "hTargetedWindow" and
"minimal_list". Not sure what "GetControlValues" does, exactly. A side note,
the script writer uses variations on Hungarian notation. No set style.
"WWDRIVERS%2CCALL_HANDLER.JS" - referenced by target HTML. This javascript
apparently posts the login information to the server. Also prevents the target
HTML from displaying correctly unless present in the correct frame?
"WWDRIVERS%2CCHKSUBMIT.JS" - referenced by target HTML. Contains one function,
ChkSubmits. Accepts one parameter, "hForm". Apparently strips forward slashes
from the server post?
"WWDRIVERS%2CDISPSTATUS.JS" - refrenced by target HTML. Sets, checks, resets a
5000 second? counter. Perhaps a timeout counter.
"WWDRIVERS%2CGETCONTROLVALUES.JS" - referenced by target HTML. I'm not sure
what this guy does.
"OSSDRIVERS%2CfmOSSLOGIN.JS" - referenced by target HTML. Apparently an error
handler that checks for null value fields, and if detected, displays a
javascript popup error message.
Reporter | ||
Comment 15•22 years ago
|
||
Reporter | ||
Comment 16•22 years ago
|
||
Reporter | ||
Comment 17•22 years ago
|
||
Reporter | ||
Comment 18•22 years ago
|
||
Reporter | ||
Comment 19•22 years ago
|
||
Reporter | ||
Comment 20•22 years ago
|
||
Reporter | ||
Comment 21•22 years ago
|
||
Comment 22•22 years ago
|
||
do you still crash using latest build ?
http://ftp.mozilla.org/pub/mozilla/nightly/latest
Comment 23•22 years ago
|
||
Resolving dup per stacks.
*** This bug has been marked as a duplicate of 175189 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•