Closed
Bug 1095449
Opened 11 years ago
Closed 9 years ago
WebGL memory leak
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kamil.rojewski, Unassigned, NeedInfo)
Details
(Keywords: memory-leak, testcase)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141013200257
Steps to reproduce:
Open a webpage with WebGL and keep refreshing: http://threejs.org/examples/#webgl_materials_lightmap
Actual results:
Memory usage keeps climbing after each refresh - can even crash the system after too many refreshes.
Expected results:
Memory usage should not climb taht high.
Updated•11 years ago
|
It looks better with Nightly. Can you test please.
https://nightly.mozilla.org/
Flags: needinfo?(kamil.rojewski)
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Loic from comment #1)
> It looks better with Nightly. Can you test please.
> https://nightly.mozilla.org/
With the latest nightly (36.0a1 (2014-11-09)), the canvas flickers like crazy, but the memory doesn't seem to be leaking.
Flags: needinfo?(kamil.rojewski)
Comment 3•10 years ago
|
||
No memory leakage and no canvas flickering here on Ubuntu 14.04.2 with a 3.16.7-based kernel, mesa 10.3.2 and Firefox 39.
Can we close this bug?
(In reply to madbiologist from comment #3)
> No memory leakage and no canvas flickering here on Ubuntu 14.04.2 with a
> 3.16.7-based kernel, mesa 10.3.2 and Firefox 39.
>
> Can we close this bug?
That depends, are you able to reproduce the issue as described on your system? Since this was reported with Firefox 33 you should test that version to confirm you can see the issue in the first place. If not then the fact that you can't see the bug in Firefox 39 is an inconclusive result.
Kamil, can you please retest this with the latest Firefox available and see if it reproduces? If not, we can close this bug as WORKSFORME.
Flags: needinfo?(kamil.rojewski)
Comment 5•9 years ago
|
||
I don't see neither flickering or leaking on nightly under Linux x64. It's been 17 months since the last post, closing now.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•