Closed
Bug 44963
Opened 25 years ago
Closed 25 years ago
Crash in SH, by clicking on throbber (home.netscape.com as target)
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: jrgmorrison, Assigned: radha)
References
Details
(Keywords: crash, Whiteboard: [nsbeta2+] checkin when tree opens ETA 7/14)
Overview Description:
Commercial verification build crashes when you click on the throbber
(which initiates a load of http://home.netscape.com/). The talkback
traces vary, but all seem to point to SH in some way.
Steps to Reproduce:
1) start mozilla (commercial build) [or set the value of browser.throbber.url
in navigator.properties for the selected locale to testthis in a debug
build].
2) click on the throbber to go to http://home.netscape.com
Actual Results: crash
Expected Results: go to home.netscape.com
Reproducibility: 100% (if home.netscape.com is the target URL)
Build Date & Platform Bug Found:
2000070808 win95
2000070808 win2k
2000070808 linux
Additional Builds and Platforms Tested On:
DID NOT TEST: macos -- I haven't been able to run the last two day's builds
Additional Information:
Note 1: this is not the crash for bug #44277, which also involved a
crash when going to home.netscape.com. That bug has definitely been
fixed (as of 07/07 3pm checkin by saari).
Note 2: if you modify the target URL (the entry for browser.throbber.url
in navigator.properties for the selected locale) to be some other URL
(e.g., www.mozilla.org, www.yahoo.com, www.excite.com), the browser will
not crash.
Note 3: home.netscape.com sniffs for 'Mozilla/5.0' and when detected
immediately redirects the browser to http://home.netscape.com/index1.html
by doing a 'location.href = url'. I expect that this is what makes
the crash occur for home.netscape.com, but not other URLs in general.
Note 4: If I set the value of browser.throbber.url to
http://home.netscape.com/index1.html, thus avoiding the js redirect, I do
not get the crash].
Note 5: If I go to home.netscape.com by clicking on a link in an HTML page,
or by selecting a bookmark, the browser does not crash.
Nominating nsbeta2: It's pretty much self-evident that PR2 simply
cannot ship with this crash.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Nominating as for beta 2. This is bad. Really bad. Radha has the fix in hand
and it's being reviewed by Rick Potts as I type this.
Keywords: nsbeta2
Whiteboard: fix in hand, being reviewed now
Comment 4•25 years ago
|
||
Putting on [nsbeta2+] radar for beta2 fix.
Whiteboard: fix in hand, being reviewed now → [nsbeta2+] fix in hand, being reviewed now
Assignee | ||
Updated•25 years ago
|
Whiteboard: [nsbeta2+] fix in hand, being reviewed now → [nsbeta2+] checkin when tree opens ETA 7/14
Assignee | ||
Comment 5•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•25 years ago
|
||
verified fixed, mac/linux/win32 2000071708 builds - no crash clicking on
throbber.
Status: RESOLVED → VERIFIED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•