Closed
Bug 1264069
Opened 10 years ago
Closed 8 years ago
Intermittent leakcheck | plugin process: 920 936 1592 1624 bytes leaked (CondVar, IPC::Channel, Mutex, PPluginModuleChild, RefCountedMonitor, ...)
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Core Graveyard
Plug-ins
Tracking
(e10s+)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: RyanVM, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, memory-leak)
https://treeherder.mozilla.org/logviewer.html#?job_id=165557&repo=ash
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 CondVar
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 IPC::Channel
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 Mutex
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 PPluginModuleChild
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 RefCountedMonitor
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 2 RefCountedTask
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 3 SharedMemory
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 StoreRef
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 WeakReference<MessageListener>
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 ipc::MessageChannel
08:12:12 INFO - TEST-INFO | leakcheck | plugin process: leaked 1 nsStringBuffer
08:12:12 WARNING - TEST-UNEXPECTED-FAIL | leakcheck | plugin process: 1624 bytes leaked (CondVar, IPC::Channel, Mutex, PPluginModuleChild, RefCountedMonitor, ...)
Flags: needinfo?(cpearce)
| Reporter | ||
Comment 1•10 years ago
|
||
Sorry, meant to clear those before filing.
Flags: needinfo?(cpearce)
Updated•10 years ago
|
Blocks: e10s-tests
| Reporter | ||
Updated•9 years ago
|
Summary: Intermittent leakcheck | plugin process: 1624 bytes leaked (CondVar, IPC::Channel, Mutex, PPluginModuleChild, RefCountedMonitor, ...) → Intermittent leakcheck | plugin process: 920 936 1592 1624 bytes leaked (CondVar, IPC::Channel, Mutex, PPluginModuleChild, RefCountedMonitor, ...)
Comment 3•9 years ago
|
||
Is this with e10s on? I didn't think we did leak checking on plugin processes at all.
Flags: needinfo?(ryanvm)
Comment 4•9 years ago
|
||
I think we do it for any process type that has XPCOM running. We also do for GMP processes, though I think that's mostly silently ignored due to leaks.
| Reporter | ||
Comment 5•9 years ago
|
||
Yes. This was filed off the Ash branch which is e10s-only and the recently-duped bug shows only e10s test runs in the OrangeFactor history.
https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1264439&startday=2016-04-07&endday=2016-04-14&tree=trunk
| Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(ryanvm)
Comment 6•9 years ago
|
||
Plugin child processes don't have XPCOM running.
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•