Closed
Bug 1398109
Opened 8 years ago
Closed 8 years ago
Crash in nsPIDOMWindowInner::UpdateWebSocketCount [clone .cold.576]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox55 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | fixed |
People
(Reporter: calixte, Assigned: farre)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
|
1.29 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-112e0c77-5e46-48ed-b6d6-19a560170908.
=============================================================
There are 4 crashes (from 3 installs) in nighlty 57 with buildid 20170907220212. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1396368.
[1] https://hg.mozilla.org/mozilla-central/rev?node=9b169fc8b1a7d2a4d9249970bb8298537cf61089
Flags: needinfo?(afarre)
| Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Calixte Denizet (:calixte) from comment #0)
> This bug was filed from the Socorro interface and is
> report bp-112e0c77-5e46-48ed-b6d6-19a560170908.
> =============================================================
>
> There are 4 crashes (from 3 installs) in nighlty 57 with buildid
> 20170907220212. In analyzing the backtrace, the regression may have been
> introduced by patch [1] to fix bug 1396368.
>
> [1]
> https://hg.mozilla.org/mozilla-central/
> rev?node=9b169fc8b1a7d2a4d9249970bb8298537cf61089
I think it has. I guess that mTopInnerWindow can be null if we're unlucky.
Assignee: nobody → afarre
Flags: needinfo?(afarre)
| Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8905901 -
Flags: review?(bkelly)
Updated•8 years ago
|
Attachment #8905901 -
Flags: review?(bkelly) → review+
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/523bfd089269
Check if there is a mTopInnerWindow. r=bkelly
| Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ nsPIDOMWindowInner::UpdateWebSocketCount [clone .cold.576]] → [@ nsPIDOMWindowInner::UpdateWebSocketCount [clone .cold.576]]
[@ nsPIDOMWindowInner::UpdateWebSocketCount [clone .cold.574]]
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 5•8 years ago
|
||
The fix landed in the 9-09 Nightly, but seems like we're still getting these crashes? For example bp-57efb538-7928-4ab9-a812-77e450170913 is a crash from the 9-12 Nightly.
Flags: needinfo?(afarre)
| Assignee | ||
Comment 6•8 years ago
|
||
(In reply to Jim Chen [:jchen] [:darchons] from comment #5)
> The fix landed in the 9-09 Nightly, but seems like we're still getting these
> crashes? For example bp-57efb538-7928-4ab9-a812-77e450170913 is a crash from
> the 9-12 Nightly.
Right, so it's a bit of a mess due to this also being addressed in Bug 1396368. The issue is that initially these crash reports pointed at different things. If we look at bp-00861781-e60b-46f9-a1f2-49e6a0170908, for example, we see that the crash reason is a segfault. In bp-57efb538-7928-4ab9-a812-77e450170913 it's the same assert as in Bug 1396368, and that got a fix landed on central yesterday morning Bug 1396368, comment 15.
This would mean that the fix should be in by 9-13 Nightly, and I see no reports form 9-13 so far. I'll keep an eye on it though. Seems reasonable?
Flags: needinfo?(afarre) → needinfo?(nchen)
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
•