Closed
Bug 1311862
Opened 8 years ago
Closed 8 years ago
Crash in nsWrapperCache::GetWrapper
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
People
(Reporter: mccr8, Assigned: billm)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
968 bytes,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-f91b1528-a36b-46a0-af27-3dd982161016.
=============================================================
I think this is a variation on bug 1309958. That bug fixed the case of some kind of CPOW stuff happening in PScreenManagerChild::SendScreenForBrowser, but I'm also seeing a few crashes involving PScreenManagerChild::SendScreenRefresh(). I assume the patch there is not expected to fix this, too.
bp-328182d3-3579-4894-b33e-103832161017
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(wmccloskey)
Assignee | ||
Comment 1•8 years ago
|
||
This is pretty similar to the other PScreenManager ones.
Assignee: nobody → wmccloskey
Status: NEW → ASSIGNED
Flags: needinfo?(wmccloskey)
Attachment #8805404 -
Flags: review?(mrbkap)
Updated•8 years ago
|
Attachment #8805404 -
Flags: review?(mrbkap) → review+
Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ nsWrapperCache::GetWrapper] → [@ nsWrapperCache::GetWrapper] [@ nsWrapperCache::GetWrapper const ]
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a90caac9eaeb
Mark ScreenRefresh as inside_cpow (r=mrbkap)
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee | ||
Comment 6•8 years ago
|
||
No, 51 is not affected.
Assignee | ||
Updated•8 years ago
|
Comment 7•8 years ago
|
||
Crash volume for signature 'nsWrapperCache::GetWrapper':
- nightly (version 53): 78 crashes from 2016-11-14.
- aurora (version 52): 103 crashes from 2016-11-14.
- beta (version 51): 519 crashes from 2016-11-14.
- release (version 50): 1323 crashes from 2016-11-01.
- esr (version 45): 41 crashes from 2016-07-06.
Crash volume on the last weeks (Week N is from 01-02 to 01-08):
W. N-1 W. N-2 W. N-3 W. N-4 W. N-5 W. N-6 W. N-7
- nightly 19 14 15 11 7 7 2
- aurora 10 11 15 15 24 22 0
- beta 73 75 64 145 77 56 8
- release 281 294 209 150 154 121 37
- esr 0 0 1 1 0 4 2
Affected platforms: Windows, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly #3321 #65
- aurora #958 #69
- beta #197 #203
- release #328 #493
- esr #2589
status-firefox50:
--- → affected
status-firefox53:
--- → affected
status-firefox-esr45:
--- → affected
Updated•8 years ago
|
status-firefox50:
affected → ---
status-firefox53:
affected → ---
status-firefox-esr45:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•