Closed
Bug 1301124
Opened 9 years ago
Closed 9 years ago
Make sure to actually hold a death grip on callback in ErrorNotifier::Run() and CallbackResultNotifier::Run()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
This was causing tc-X(8) permafail on inbound.
Assignee | ||
Comment 1•9 years ago
|
||
MozReview-Commit-ID: 28K4VmKoqgO
Attachment #8788968 -
Flags: review?(bugs)
Updated•9 years ago
|
Attachment #8788968 -
Flags: review?(bugs) → review+
Pushed by michael@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1b808c63a394
Make sure to actually hold a death grip on callback in ErrorNotifier::Run() and CallbackResultNotifier::Run(), r=smaug
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8788968 [details] [diff] [review]
Make sure to actually hold a death grip on callback in ErrorNotifier::Run() and CallbackResultNotifier::Run()
Approval Request Comment
[Feature/regressing bug #]:Bug 1018486 being uplifted caused this failure again on beta because I forgot about applying this patch and bug 1301127 too.
[User impact if declined]:Test failures on beta
[Describe test coverage new/current, TreeHerder]:This is a small fix to correct a test failure.
[Risks and why]: Very low risks. Changes nothing which could break anything.
[String/UUID change made/needed]:None
Land this patch before bug 1301127. bug 1301127 undoes the changes in this patch and applies the correct fix.
Attachment #8788968 -
Flags: approval-mozilla-beta?
Comment on attachment 8788968 [details] [diff] [review]
Make sure to actually hold a death grip on callback in ErrorNotifier::Run() and CallbackResultNotifier::Run()
Fix has been in Nightly for ~2 weeks, it fixes a test failure, Beta50+
Attachment #8788968 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
status-firefox50:
--- → affected
Comment 6•9 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•