Closed
Bug 41282
Opened 25 years ago
Closed 24 years ago
Changeing Location URL and pressing enter while still downloading a page causes an Assert
Categories
(Core :: Networking, defect, P3)
Tracking
()
Future
People
(Reporter: jjs, Assigned: rpotts)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2000042708
If you start downloading www.cnn.com and change the URL location to
www.mozillazine.org and press enter the following Assertion is raised (in debug)
0[b62ca0]: ###!!! ASSERTION: Channel list is not empty.: 'count == 0', file
d:\mozilla\mozilla\netwerk\base\src\nsLoadGroup.cpp, line 238
(Stack trace and NSPR_LOG_FILE fragment below). Im not sure of the
ramifications of this, will the left over channels close them selves
correctly?. Also the URL change needs to occur before the page starts
rendering, I have a feeling that its a problem if the URL change occurs before
the other channels for the page are started.
Reproducible: Always
Steps to Reproduce:
1.Using a Debug build
2.Enter www.cnn.com in the Location bar and press enter
3.Wait for the location to change to http://www.cnn.com
4.Change the location to www.mozillazine.org and press enter before page
rendering of cnn starts
Actual Results: An assertion is shown stating that on canceling of the current
channel group there were left over channels.
Expected Results: No assertion should occur and www.mozillazine.org should
show.
Stack trace and Log file didnt fit, appending
Opps, should have mentioned that this is a Dual CPU Win2K Machine. Will confirm
on Single CPU when compilation completed.
OS: Windows NT → Windows 2000
I don't think the dual CPU is the problem here. I would let rpotts comment on
that assertion. ->rpotts.
Assignee: gagan → rpotts
Comment 5•25 years ago
|
||
I see this if I load a slashdot.org forum page and try and load mozilla.org per
the instructions. Single CPU W2K machine.
Comment 7•25 years ago
|
||
I also have hit this assertion when going to a page with a redirect (see bug
46699). This URL (http://209.1.224.17/hamlin483/) causes the assertion every
time I've tried.
Updated•25 years ago
|
Target Milestone: --- → Future
Assignee | ||
Comment 8•24 years ago
|
||
*** This bug has been marked as a duplicate of 26295 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•