Open
Bug 1589989
Opened 5 years ago
Updated 2 years ago
Firefox stopped loading pages (network logs attached)
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox71 | --- | affected |
People
(Reporter: yoasif, Unassigned)
Details
(Keywords: nightly-community, Whiteboard: [necko-triaged])
Attachments
(1 file)
35.01 KB,
text/plain
|
Details |
No idea what happened, but collected some logs from about:networking
after Firefox stopped loading pages for me earlier today.
Logs are available at: https://github.com/yoasif/mozilla-bugzilla/blob/master/networking%20logs.7z
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
From the log, I can only tell that most of Http requests are canceled right after nsChannelClassifier is created.
Please see an example below.
2019-10-21 01:59:15.956310 UTC - [Parent 27214: Main Thread]: D/nsHttp nsHttpChannel::Starting nsChannelClassifier 0x7fe09f4a46d0 [this=0x7fe1b5df5000]
2019-10-21 01:59:15.956359 UTC - [Parent 27214: Main Thread]: D/nsHttp nsHttpChannel::SuspendInternal [this=0x7fe1b5df5000]
2019-10-21 01:59:15.957029 UTC - [Parent 27214: Main Thread]: D/nsHttp nsHttpChannel::ResumeInternal [this=0x7fe1b5df5000]
2019-10-21 01:59:15.957478 UTC - [Parent 27214: Main Thread]: D/nsHttp nsHttpChannel::ResumeInternal [this=0x7fe1b5df5000]
2019-10-21 01:59:15.957495 UTC - [Parent 27214: Main Thread]: D/nsHttp nsHttpChannel::Cancel [this=0x7fe1b5df5000 status=80004004]
Reporter | ||
Updated•5 years ago
|
Keywords: nightly-community
Comment 3•5 years ago
|
||
Set this to P3 for now, since we don't have enough information to proceed. The log only shows that a lot of http requests are canceled for some reasons. This could be caused by an addon or a service worker. It's difficult to tell.
Feel free to raise the priority if you have the STR. Thanks.
Priority: -- → P3
Whiteboard: [necko-triaged]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•