Closed Bug 870588 Opened 11 years ago Closed 11 years ago

1mb of Pickle in TabParent::SendRealTouchEvent reported by DMD (leaked?)

Categories

(Core :: IPC, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 893172

People

(Reporter: mccr8, Unassigned)

References

Details

(Whiteboard: [MemShrink:P2])

Attachments

(1 file)

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.
Attached file DMD stack
Oops, I meant to attach the DMD log.

Pickle is used to store the serialized version of something when sending it via IPC.
Whiteboard: [MemShrink] → [MemShrink:P2]
I'm seeing this again in the new DMD report.  Except in this one, there's about 6mb of it.
Blocks: 880940
Depends on: 893012
I'm going to call this fixed by bug 893172.  The followup DMD log only had a few hundred k of pickle stuff.
Status: NEW → RESOLVED
Closed: 11 years ago
No longer depends on: 893012
Resolution: --- → WORKSFORME
No longer depends on: 893172
Resolution: WORKSFORME → DUPLICATE
Really, this is just a duplicate.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: