Closed
Bug 554853
Opened 15 years ago
Closed 15 years ago
There is a memory leak and Profiler is not reporting who is holding a reference to the object.
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
Q3 11 - Serrano
People
(Reporter: sramaswa, Assigned: mike)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8
Build Identifier:
The profiler is not reporting the object which is holding reference to the leaking object making it difficult to fix the memory leak in the user application.
Reproducible: Always
Steps to Reproduce:
See http://bugs.adobe.com/jira/browse/FB-23384 for reproducible steps.
Actual Results:
The canvas object is not released and the number of instances keep going up.
Expected Results:
We need to see who is holding on to the canvas object so that we can set it free.
Assignee | ||
Comment 1•15 years ago
|
||
We should try to fix it for 10.1.
Assignee: nobody → mmoreart
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Blocks: Profiler_bugs
Retargeting to 10.2.
Flags: flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.2
Assignee | ||
Comment 3•15 years ago
|
||
The bug here does not appear to be a Tamarin bug -- it seems to be a Flash Builder bug. Tamarin appears to be producing correct information, but Flash Builder is not displaying it.
I'll add more details to http://bugs.adobe.com/jira/browse/FB-23384 .
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•