Closed Bug 1293658 Opened 8 years ago Closed 8 years ago

Memory leak in cubeb when running mochitests on Ubuntu 16.04 instances

Categories

(Core :: Audio/Video: cubeb, defect, P2)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dminor, Assigned: dminor)

References

Details

In Bug 1281179 work was done to get the media tests running on Ubuntu 16.04 instances. This had to be backed out for ASAN builds due to leaks (see https://bugzilla.mozilla.org/show_bug.cgi?id=1281179#c25). The log is here: https://public-artifacts.taskcluster.net/fWtTEHVzR3u-D0L3QOrv6Q/0/public/logs/live_backing.log There are few leaks with no module which may be unrelated.
Rank: 25
That should be freed via nsLayoutStatics::Shutdown -> CubebUtils::ShutdownLibrary -> cubeb_destroy(sCubebContext), unless nsLayoutStatics::Shutdown isn't running or something that calls CubebUtils::GetCubebContext{,Unlocked} is being called *after* it ran.
Blocks: 1303828
Assignee: nobody → dminor
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.