Closed
Bug 412752
Opened 17 years ago
Closed 16 years ago
Possible memory leak using e4x
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: laszlo.sas, Assigned: cpeyer)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier:
Dear Developers,
there are two Adobe Flex issues which cannot be fixed. Flex developers think these are not Flex bugs. The root cause can be found in the Flash Player. According to Tamarin homepage, Tamarin is embedded within Flash Player 9. That's why I report these bugs at Bugzilla.
For the full descriptions check the following urls:
http://bugs.adobe.com/jira/browse/SDK-11244
http://bugs.adobe.com/jira/browse/SDK-11982
Thanks,
Laszlo Sas
Reproducible: Always
Steps to Reproduce:
For the full descriptions check the following urls:
http://bugs.adobe.com/jira/browse/SDK-11244
http://bugs.adobe.com/jira/browse/SDK-11982
Only Flex examples available.
Actual Results:
The memory leaks.
Expected Results:
The GC should release the unused memory.
Assignee | ||
Comment 1•17 years ago
|
||
Assign to cpeyer for investigation.
Severity: major → normal
Status: NEW → ASSIGNED
Priority: -- → P4
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → cpeyer
Status: ASSIGNED → NEW
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 2•16 years ago
|
||
marking as triaged. Chris: Were you able to investigate?
Flags: flashplayer-triage+
Reporter | ||
Comment 3•16 years ago
|
||
Dear Developers,
there is another Flash Player issue which deals with this problem:
https://bugs.adobe.com/jira/browse/FP-599
Regards,
Laszlo Sas
Severity: normal → major
Reporter | ||
Comment 4•16 years ago
|
||
I have built Tamarin (tamarin-central) from source on Linux and Windows.
Both versions of the avmshell are not leaking.
I attached 2 test files (packed in a zip) at the following url:
https://bugs.adobe.com/jira/browse/FP-599
One of them is an MXML file.
If you try it, you would see that the SWF is leaking.
The other file is an Actionscript code for testing awmshells. For me the built version of "large.as" file did not leaked.
I think Flash Player developers have integrated an older version of Tamarin OR something is wrong with the integration.
So Tamarin does not leak.
I you want to confirm it, you can check my test files.
Thanks,
Laszlo
Assignee | ||
Comment 5•16 years ago
|
||
Verified fixed in tamarin-central r709.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•