Closed
Bug 8556
Opened 25 years ago
Closed 25 years ago
Error message in OnStopBinding() getting called too eagerly???
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: jlarsen, Assigned: nisheeth_mozilla)
Details
I get the error of
nsDocumentBindInfo::OnStopBinding: Load of URL 'http://someurl' failed. Error code: 1
Frequently when loading web pages.. it appears to be fairly random usually embeded images that it errors out on. These images are there, and sometimes it will load them sometimes it won't frequently it gives
a Error loading URL http://www.somepage.com
error message for the page itself.. also appears fairly randomly, though it appears to have something to do with responce time, though I could be wrong, doesn't seem to be giving the server enough time to respond to request before failing out, usually about 1 to 2 seconds at most.
rickg, could this problem be in your area? petersen can you reproduce?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Summary: nsDocumentBindInfo::OnStopnsDocumentBindInfo::OnStopBinding: Load of URL 'http://www.mozillazine.org/image/grass.gif' failed. Error code: 1Binding: Load of URL '....' failed. Error code: 1 → Error message in OnStopBinding() getting called too eagerly???
Target Milestone: M10
Assignee | ||
Comment 3•25 years ago
|
||
This error message appears each time netlib reports an error in the
OnStopBinding callback to the doc loader.
As I understand it, you are seeing this message on pages that display fine? If
so, could you post the URL to the page? Thanks.
Updating summary, accepting bug, setting milestone to M10 for now.
No it reports it for things that do not load I will load a page and some if not
all of the images in that page will give me that error and not load, while
sometimes the entire page does not load. It seems to be associated with the fail
time as it seems to fail out after just 1 second instead of the 5.5 seconds it
is susposed to give something. It often even fails out on the .html itself and
does not load the page at all. No I cannot reproduce the bug on any other
computer though I have been trying and will get back with you+ once I do.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
I'm marking this bug resolved because the OnStopBinding() error message was
displaying for the right reasons.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Based on Nisheeth's comments, marking as verified fixed in the Aug 3rd build.
You need to log in
before you can comment on or make changes to this bug.
Description
•