Closed
Bug 1206893
Opened 10 years ago
Closed 9 years ago
Intermittent test_https_origin_after_redirect.html | application crashed [@ MessageLoop::RunTask]
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
Details
(Keywords: intermittent-failure)
No description provided.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 7•9 years ago
|
||
This hasn't triggered in 6 months. Marking WFM.
Marcos, Andrew showed me the failure your getting:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2a8feb8500d8&selectedJob=18390064
Its hitting this assert which is unrelated to this bug:
https://dxr.mozilla.org/mozilla-central/source/dom/security/nsContentSecurityManager.cpp?from=nsContentSecurityManager.cpp#159
You seem to be passing an nsContentPolicyType that is not fully implemented yet.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 8•9 years ago
|
||
Ben, I'm confused :( How come this bug comes up in those tests tho? Any ideas? Like when you click on Linux debug M6.
I'll talk to Christoph Kerschbaumer about nsContentSecurityManager.cpp.
Comment 9•9 years ago
|
||
(In reply to Marcos Caceres [:marcosc] from comment #8)
> Ben, I'm confused :( How come this bug comes up in those tests tho? Any
> ideas? Like when you click on Linux debug M6.
It comes up because the failure text is similar. The "test_https_origin_after_redirect.html | application crashed" string is the same. The underlying cause of the crash is different. If you look at this bug it references MessageLoop::RunTask, while your failure is in sContentSecurityManager::doContentSecurityCheck.
The treeherder bug matching is a guess, but you often have to check to see if its really the same bug or not.
Comment 10•9 years ago
|
||
Ah, ok. Thanks for the clarification!
You need to log in
before you can comment on or make changes to this bug.
Description
•