Closed
Bug 1280150
Opened 9 years ago
Closed 9 years ago
Crash in mozilla::ipc::MessageChannel::AssertWorkerThread
Categories
(Core :: IPC, defect, P1)
Tracking
()
People
(Reporter: ting, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-a732ef0a-c18b-4b14-a742-e343e2160614.
=============================================================
#38 on 20160612030220 Windows Nightly, 3 crashes from 2 installations.
The first crash report date was 2016-06-09, and there have been 29 crashes since then. There're some IPC ran into this MOZ_CRASH, for example:
PContentParent::SendNotifyVisited,
PContentParent::SendDataStoragePut,
PLayerTransactionChild::SendUpdate,
PCompositorParent::SendDidComposite,
PContentParent::SendRegisterChromeItem
Comment 1•9 years ago
|
||
Any idea about this, Bill? It's a low volume crash, but failed assertion in AssertWorkerThread sounds bad.
Flags: needinfo?(wmccloskey)
I believe this should be fixed by bug 1283017, which fixes a regression from bug 1274516.
Flags: needinfo?(wmccloskey)
Priority: -- → P1
Comment 3•9 years ago
|
||
Crash volume for signature 'mozilla::ipc::MessageChannel::AssertWorkerThread':
- nightly (version 50): 163 crashes from 2016-06-06.
- aurora (version 49): 26 crashes from 2016-06-07.
- beta (version 48): 1 crash from 2016-06-06.
- release (version 47): 20 crashes from 2016-05-31.
- esr (version 45): 0 crash from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 2 0 3 31 58 66 3
- aurora 8 2 1 7 5 2 0
- beta 1 0 0 0 0 0 0
- release 3 1 2 3 4 4 2
- esr 0 0 0 0 0 0 0
Affected platforms: Windows, Linux
Comment 4•9 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #2)
> I believe this should be fixed by bug 1283017, which fixes a regression from
> bug 1274516.
I'm going to mark this fixed. I'm seeing crashes with this signature, still, but I'll file a new bug.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 5•9 years ago
|
||
Crash volume for signature 'mozilla::ipc::MessageChannel::AssertWorkerThread':
- nightly (version 52): 121 crashes from 2016-09-19.
- aurora (version 51): 233 crashes from 2016-09-19.
- beta (version 50): 88 crashes from 2016-09-20.
- release (version 49): 38 crashes from 2016-09-05.
- esr (version 45): 0 crashes from 2016-06-01.
Crash volume on the last weeks (Week N is from 10-03 to 10-09):
W. N-1 W. N-2
- nightly 11 110
- aurora 161 72
- beta 56 32
- release 26 12
- esr 0 0
Affected platforms: Windows, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly #15
- aurora #431 #4
- beta #307 #461
- release #1674 #2570
- esr
status-firefox51:
--- → affected
status-firefox52:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•