Closed
Bug 1227718
Opened 10 years ago
Closed 9 years ago
Intermittent Main app process exited normally | application crashed [@ DebugBreak + 0x2] after Assertion failure: lock->owner == 0, at prulock.c:194
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: KWierso, Assigned: bas.schouten)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [e10s-orangeblockers])
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
This is a lock inside AsyncTransactionTrackersHolder, that we're deleting while it's still held by someone. The process uptime in one log I pulled was only 6 seconds, so we might be still starting up.
Component: NSPR → Graphics: Layers
Product: NSPR → Core
Version: other → unspecified
Flags: needinfo?(milan)
Sotaro, can you reproduce this locally?
Flags: needinfo?(milan) → needinfo?(sotaro.ikeda.g)
Comment 11•9 years ago
|
||
It seems difficult to reproduce it locally. AsyncTransactionTrackersHolder::Finalize() expects that Layers are already shut down. The problem seems to suggest that layers are not shutdown yet.
One simple way to address seems that deferring AsyncTransactionTrackersHolder::Finalize() call more.
Comment 12•9 years ago
|
||
I am going to remove the mutex in Bug 1252835.
Comment hidden (Intermittent Failures Robot) |
Comment 14•9 years ago
|
||
I wonder if this is a similar underlying problem to the various e10s work_queue_.empty() bugs we've got as well.
See Also: → 1252283
Updated•9 years ago
|
Assignee: wtc → sotaro.ikeda.g
Comment 15•9 years ago
|
||
IPC::Message leaks appear to routinely ride along with these as well.
See Also: → 1252349
Updated•9 years ago
|
Whiteboard: [e10s-orangeblockers]
Updated•9 years ago
|
tracking-e10s:
--- → ?
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Blocks: e10s-tests
Comment hidden (Intermittent Failures Robot) |
Comment 19•9 years ago
|
||
No hits since bug 1262898 landed. Optimistically declaring victory.
Assignee: sotaro.ikeda.g → bas
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → affected
status-firefox48:
--- → fixed
Depends on: 1262898
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•