Closed
Bug 919767
Opened 11 years ago
Closed 11 years ago
SIPCC CallInfo objects don't get cleaned up until browser closes
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: abr, Assigned: abr)
References
Details
(Keywords: memory-leak, Whiteboard: [MemShrink] [webrtc])
Attachments
(1 file)
2.85 KB,
patch
|
ehugg
:
review+
|
Details | Diff | Splinter Review |
I haven't been able to track down where it was introduced, but recent logs (and logs for the past couple of months at least) show that the SIPCC call info objects are being kept alive by an errant reference until browser shutdown. This can be demonstrated by turning on signaling logs; running a call; waiting for the PC destructor to be invoked (look for the timecard to be generated); waiting any arbitrary amount of time (from zero to infinity); and then closing the browser.
When the browser closes, you'll see one of these messages for every PC that was ever created during that browser's run:
19:09:19 INFO - 2101870976[10011d910]: [main|def] ccapi_call.c:57: SIPCC-SIP_CC_PROV: CCAPI_Call_releaseCallInfo: ref=0x1278254e0: count=1
Beyond being a memory leak, this interferes with any inter-thread dispatches during call info cleanup, such as is required by Bug 842549.
Updated•11 years ago
|
Target Milestone: --- → mozilla27
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #809441 -
Flags: review?(ethanhugg)
Comment 2•11 years ago
|
||
Comment on attachment 809441 [details] [diff] [review]
Clean up Call and CallInfo when finished
Review of attachment 809441 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me.
Attachment #809441 -
Flags: review?(ethanhugg) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•