Closed
Bug 1171555
Opened 9 years ago
Closed 9 years ago
ServiceWorkerManager.cpp emits WARNING: 'NS_FAILED(rv)' and WARNING: '!BasePrincipal::IsCodebasePrincipal(aPrincipal)' over 20,000 times in linux debug test logs
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
If this is a real bug it should be fixed, otherwise we might want to consider silencing it.
> WARNING: 'NS_FAILED(rv)', file /builds/slave/m-cen-l64-d-000000000000000000/build/src/dom/workers/ServiceWorkerManager.cpp, line 2529
Assignee | ||
Comment 1•9 years ago
|
||
> WARNING: '!BasePrincipal::IsCodebasePrincipal(aPrincipal)', file /builds/slave/m-cen-l64-d-000000000000000000/build/src/dom/workers/ServiceWorkerManager.cpp, line 2591
is emitted the same number of times.
Summary: ServiceWorkerManager.cpp emits WARNING: 'NS_FAILED(rv)' over 20,000 times in linux debug test logs → ServiceWorkerManager.cpp emits WARNING: 'NS_FAILED(rv)' and WARNING: '!BasePrincipal::IsCodebasePrincipal(aPrincipal)' over 20,000 times in linux debug test logs
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8621063 -
Flags: review?(bkelly)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8621063 [details] [diff] [review]
Remove overly verbose ServiceWorker warnings
Review of attachment 8621063 [details] [diff] [review]:
-----------------------------------------------------------------
r+ since clearly we're hitting these warnings for a common path.
Attachment #8621063 -
Flags: review?(bkelly) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•