Closed
Bug 835657
Opened 12 years ago
Closed 12 years ago
Followup on bug 824919 - PeerConnection instances not GC'ed until page gets closed (failure '0x80004005' in IPeerConnection.initialize)
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 829591
People
(Reporter: jsmith, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/zip
|
Details |
Build: 1/28 Nightly
Steps:
1. Load the test case
2. Select Create Peer Connection 1 about 20 - 30 times
Expected:
No failures should be seen in the error console.
Actual:
Around 20 - 30 times, you'll see this in the logs repeatedly:
Timestamp: 1/28/2013 7:23:34 PM
Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [IPeerConnection.initialize]
Source File: resource://gre/components/PeerConnection.js
Line: (null)
Which implies the patch in bug 824919 isn't entirely fixed.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•