Closed
Bug 927586
Opened 11 years ago
Closed 11 years ago
B2G desktop mochitests | application crashed [@ nsDOMWindowUtils::GetIsTestControllingRefreshes(bool*)]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: ahal, Assigned: smaug)
References
Details
Attachments
(1 file)
844 bytes,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
E.g: https://tbpl.mozilla.org/php/getParsedLog.php?id=29203971&tree=Cedar#error2
This happens on a handful of tests, including:
content/base/test/test_bug326337.html
content/base/test/test_bug426646.html
content/base/test/test_bug557892.html
content/events/test/test_bug322588.html
There are likely more that I'll uncover as triaging progresses. Note that I can't reproduce this locally.
Reporter | ||
Comment 1•11 years ago
|
||
Bug 895345 possibly related?
Reporter | ||
Comment 2•11 years ago
|
||
Honza, does this crash look like it could be related to bug 895345? If so who can I bug to help me look into it?
Thanks!
Flags: needinfo?(honzab.moz)
Assignee | ||
Comment 3•11 years ago
|
||
Oh, yes, that method is totally missing a nullcheck.
Patch coming.
Assignee | ||
Comment 4•11 years ago
|
||
Based on how testing framework uses this method, returning false is probably
the safest option. Other option would be to throw.
Assignee: nobody → bugs
Attachment #818630 -
Flags: review?(continuation)
Flags: needinfo?(honzab.moz)
Updated•11 years ago
|
Attachment #818630 -
Flags: review?(continuation) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
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
•