Re: [flexcoders] Memory Leak but why?

2012-05-15 Thread Alex Harui
Not sure, but sounds like a scope chain is being stored in the .end() call. On 5/15/12 5:36 AM, "dorkiedorkfromdorkt...@gmail.com" wrote: I've created a custom Effect called "EndEffect" that when played will call the end() method on the target effect sequence. I've tested this code in b

RE: [flexcoders] Memory Leak in DataServices based App ??

2009-06-26 Thread Alex Harui
What does the memory profiler say? There's a "tutorial" on how to use it on my blog. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dharmendra Chauhan

Re: [flexcoders] Memory leak in mx:HTML

2009-02-05 Thread Nate Beck
I just started with with the Adobe AIR HTML component this week. I hadn't noticed the memory leak, but of course I'm actively in development. I'll have a look at it today to see if it's happening to me as well. Also, mx:HTML is a Flex wrapper for HTMLLoader, I wonder if the same memory leak occur

Re: [flexcoders] Memory Leak and "SuperImage"

2008-11-04 Thread Alexander Baetz
I tried to debug it with the flex builder profiler, but i dont quite undertstand the outputs there. There aren't to many instance of "my" classes out there. Mostly one or two more than visible. my guess is that the garbage collector didnt collect them in time for the snapshot. what worries me a

RE: [flexcoders] Memory leak caused by Image and String objects

2008-06-11 Thread Alex Harui
There's a glitch in the profiler/debugger-player where strings don't get cleaned up. If two memory snapshots only differ by strings that have no backreferences, run it in the release player and see if memory still accumulates. In my experience, you will see memory stabilize in the release player.

RE: [flexcoders] memory leak in converting string to xml

2008-03-30 Thread Rick Winscot
You know. this is an awesome option - GO DTO! Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of li wenzhi Sent: Sunday, March 30, 2008 9:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] memory leak in converting string to xml You

Re: [flexcoders] memory leak in converting string to xml

2008-03-30 Thread li wenzhi
Message From: Rick Winscot <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sunday, March 30, 2008 9:42:15 PM Subject: RE: [flexcoders] memory leak in converting string to xml I’ll bite! You know… I’m a big proponent of “just because you can – doesn’t mean you should.” The case of loa

RE: [flexcoders] memory leak in converting string to xml

2008-03-30 Thread Rick Winscot
I'll bite! You know. I'm a big proponent of "just because you can - doesn't mean you should." The case of loading a 20mb text (xml) file. I think would qualify. To be fair I did try a few experiments with the xslspec (http://www.w3.org/TR/2001/REC-xsl-20011015/xslspec.xml) which is nearly 25k lines

RE: [flexcoders] memory leak questions

2008-03-14 Thread Oliver Hsu
y, March 14, 2008 12:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] memory leak questions If you want to test using System.totalMemory, generally, I set up a timer and run a loop forever (create the label on the first timer call back, remove it on the next call

RE: [flexcoders] memory leak questions

2008-03-13 Thread Alex Harui
: flexcoders@yahoogroups.com Subject: RE: [flexcoders] memory leak questions I believe some strings are interned by the player, there was a fix related to this in flex 3, and now the number of such strings is a lot less than with flex 2.0.1. If you run profiling session with the option to generated

RE: [flexcoders] memory leak questions

2008-03-13 Thread Gaurav. Jain
I believe some strings are interned by the player, there was a fix related to this in flex 3, and now the number of such strings is a lot less than with flex 2.0.1. If you run profiling session with the option to generated objects stack traces, you can find out where the object was created using

RE: [flexcoders] Memory Leak Queries

2007-10-30 Thread Alex Harui
All of the issues listed are fixed in Hotfix 2. Please upgrade to that hotfix. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of esaltelli Sent: Tuesday, October 30, 2007 9:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Memory

Re: [flexcoders] Memory leak when using Bindings

2006-11-08 Thread Carlos Rovira
Hi Xavi,I tried your code and see the problem. Maybe someone at Adobe could tell us some method or technique to avoid this behaviour. This is very important due to the huge use bindings have in a common Flex application. In normal applications we must to remove childs to improve memory managemen

RE: [flexcoders] Memory leak in accordion?

2005-06-09 Thread Jeroen De Vos
when the accordion is opened?   Jeroen. Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Stacy YoungVerzonden: woensdag 8 juni 2005 17:25Aan: flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Memory leak in accordion? Does it only happen the first time a section is

RE: [flexcoders] Memory leak in accordion?

2005-06-08 Thread Stacy Young
Title: Memory leak in accordion? Does it only happen the first time a section is selected? Could be the contents are being initialized?   -Stace   From: Jeroen De Vos [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 10:30 AM To: flexcoders@yahoogroups.com Subject: [fl

Re: [flexcoders] Memory Leak?

2005-04-03 Thread Scott Barnes
Sorry, I missed all that ? how do you tell the player to allocate memory? On Apr 4, 2005 2:18 PM, Igor Costa <[EMAIL PROTECTED]> wrote: > Scott has a trick inside this problem set your player to the 0% of memory > size for record on the right-click of mouse and test again. > > The numbers o

Re: [flexcoders] Memory Leak?

2005-04-03 Thread Igor Costa
Scott has a trick inside this problem set your player to the 0% of memory size for record on the right-click of mouse and test again. The numbers os bytes will redirect to the browser navigator temporary directory and the computer will waste less time and less memory worked with me when I had

Re: [flexcoders] Memory Leak?

2005-04-03 Thread Scott Barnes
hrmmm.. I'm guessing the player will be released at the end of this year? if that being the case I'll just continue on as normal (knowing the memory leaks are there) and await the player (that and inform our support staff that a browser closure is recommended when not using apps). Thanks for the

RE: [flexcoders] Memory Leak?

2005-04-03 Thread Matt Chotin
Memory consumption is one of the big work-items on the next version of the Player, beyond that I don’t have much info other than what I’ve posted already.   Matt   From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 11:52 PM To: flexcoders@yahoogroups.