memory leak on zoom in/out
- pincherhgz
- Posts: 78
- Joined: Mon Oct 27, 2014 11:40 am
memory leak on zoom in/out
doing the profiling for our app we are facing the problem that we have a memory leak (objects not collected by the GC) when using the zoomToLevel method.
You can reproduce that using your zoom example. The snapshot analysis after pressing zoom in and out shows this (see attached picture)
You can reproduce that using your zoom example. The snapshot analysis after pressing zoom in and out shows this (see attached picture)
- Attachments
-
- zoominout-memoryleak.png (176.46 KiB) Viewed 8322 times
- Maxim Gorkovsky
- Core Developer
- Posts: 3308
- Joined: Wed Jan 08, 2014 11:46 am
Re: memory leak on zoom in/out
Hello.
Thank you for report, I opened a ticket to investigate this: https://www.assembla.com/spaces/bryntum/tickets/2386
Does this have major impact on your application?
Thank you for report, I opened a ticket to investigate this: https://www.assembla.com/spaces/bryntum/tickets/2386
Does this have major impact on your application?
- pincherhgz
- Posts: 78
- Joined: Mon Oct 27, 2014 11:40 am
Re: memory leak on zoom in/out
Hi,
we can live with that for the next 2 months but need it solved to allow us releasing our product within Q1/2016
we can live with that for the next 2 months but need it solved to allow us releasing our product within Q1/2016
- pincherhgz
- Posts: 78
- Joined: Mon Oct 27, 2014 11:40 am
Re: memory leak on zoom in/out
we checked again during the weekend and an part of our application (where we are showing on huge monitors permanently changing situations that need the zoom call) is running already after a day out of memory, so we need more urgent help.
thanks in advance
thanks in advance
Re: memory leak on zoom in/out
Thanks for the update, we'll try to do a preliminary analysis this coming week. Please keep us posted on your findings
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
Re: memory leak on zoom in/out
Could not find anything substantial here. After doing 100s of zoom in/out I see memory go up by about 1MB which could be anything (Sencha Touch internals or browser not having done all the GC yet). Could you share some more information on why you think it's a leak still?
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
Re: memory leak on zoom in/out
Found two other leaks that has now been fixed, please re-test in next nightly build.
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
- pincherhgz
- Posts: 78
- Joined: Mon Oct 27, 2014 11:40 am
Re: memory leak on zoom in/out
great, we'll do so
Re: memory leak on zoom in/out
any results?
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
- pincherhgz
- Posts: 78
- Joined: Mon Oct 27, 2014 11:40 am
Re: memory leak on zoom in/out
it's much better now, we continue to check