Closed
Bug 870588
Opened 12 years ago
Closed 11 years ago
1mb of Pickle in TabParent::SendRealTouchEvent reported by DMD (leaked?)
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 893172
People
(Reporter: mccr8, Unassigned)
References
Details
(Whiteboard: [MemShrink:P2])
Attachments
(1 file)
(deleted),
text/plain
|
Details |
It looks like we're sending a touch event, creating a Pickle for it, and then somehow leaking the Pickle, as it seems weird for 255 touch events to be live at the same time. I tried poking around the IPC code a bit, but I didn't see any obvious reason we'd be leaking these, so maybe it isn't actually a leak.
This is another thing in the DMD report from bug 870319.
Comment 1•12 years ago
|
||
Pickle?
Reporter | ||
Comment 2•12 years ago
|
||
Oops, I meant to attach the DMD log.
Pickle is used to store the serialized version of something when sending it via IPC.
Updated•12 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Reporter | ||
Comment 3•11 years ago
|
||
I'm seeing this again in the new DMD report. Except in this one, there's about 6mb of it.
Blocks: 880940
Reporter | ||
Comment 4•11 years ago
|
||
I'm going to call this fixed by bug 893172. The followup DMD log only had a few hundred k of pickle stuff.
Reporter | ||
Comment 6•11 years ago
|
||
Really, this is just a duplicate.
You need to log in
before you can comment on or make changes to this bug.
Description
•