Closed
Bug 937603
Opened 12 years ago
Closed 12 years ago
<video> causes SharedMemory leak
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
|
108 bytes,
text/html
|
Details |
With:
user_pref("layers.acceleration.disabled", true);
user_pref("layers.prefer-memory-over-shmem", false);
mkdir -p ~/px/vi
cp ~/Desktop/q7-prefs.txt ~/px/vi/prefs.js
XPCOM_MEM_LEAK_LOG=2 ~/builds/mozilla-central-debug/dist/NightlyDebug.app/Contents/MacOS/firefox -profile ~/px/vi/ ~/Desktop/q7-a.html
> == BloatView: ALL (cumulative) LEAK STATISTICS, default process 31564
>
> |<----------------Class--------------->|<-----Bytes------>|<----------------Objects---------------->|<--------------References-------------->|
> Per-Inst Leaked Total Rem Mean StdDev Total Rem Mean StdDev
> 0 TOTAL 35 80 485258 2 ( 3845.24 +/- 5736.95) 1018090 2 ( 2723.81 +/- 5404.69)
> 239 SharedMemory 40 80 4 2 ( 2.50 +/- 1.05) 4 2 ( 2.50 +/- 1.05)
| Reporter | ||
Comment 1•12 years ago
|
||
layers.prefer-memory-over-shmem was removed in bug 965844.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•