Closed
Bug 247773
Opened 22 years ago
Closed 22 years ago
Assertion in nsHttpChannel.cpp
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 247715
People
(Reporter: tenthumbs, Assigned: darin.moz)
Details
Seeing a lot of these in my latest Linux trunk build.
###!!! ASSERTION: unexpected progress values: 'progress <= progressMax', file
nsHttpChannel.cpp, line 3705
This occurs on pages without content lengths, like many bonsai and and bugzilla
pages. This is because progressMax = -1 is these circumstances.
The assertion is no longer useful.
This appears to be due to the checkin for bug 243974. CC'ing the author of the
patch.
*** This bug has been marked as a duplicate of 247715 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•