I'm currently testing out the memory leak tools for the DHTML build of my application.
I've run Debug.markObjects() and that returned successfully. I'm running Debug.findNewObjects(), and that hasn't returned. Currently the browser process is running at above 90% CPU and memory at 1.4GB (running for at least 20 minutes). Has anyone else experienced this when finding new objects? Thanks, Augusto. On Aug 14, 2012, at 10:23 AM, augusto callejas wrote: > Hi- > > I'm using the memory leak tools on OpenLaszlo 4.9.0, on a SWF8 version of my > application. > I run the following command in the Laszlo Debugger: > > Debug.markObjects() > > For a couple minutes, CPU usage is high while its marking objects. After > several minutes, CPU usage goes back to normal and then the following message > shows up: > > WARNING: Could not find resource empty > > At this point, the Debugger window and my UI in general is not responsive to > any mouse clicks. > > Has anyone experienced this, and if so, what could I do to figure out how to > fix it? > > Is it an issue of running out of memory? I was able to run the memory leak > tools on a very simple example LZX file. > > Thanks, > Augusto.
