Forum: Vue


Subject: Vue 5 instability, any ideas?

gerberc opened this issue on Mar 16, 2005 ยท 12 posts


dburdick posted Thu, 17 March 2005 at 4:58 PM

The memory leak problem is not a static problem. When you check your GDI handles after starting VUE, check it again after opening and after playing around in Vue for 10 minutes or so. If you see this number increasing significantly, then VUE has a memory leak caused by not releasing discarded GDI objects (e.g. popup menus, graphic object caches, etc). Memory leaks are tough problems to solve and often crop up when adding new functionality or in new releases of software. The only workaround is to save often and then quit and restart VUE after a certain time interval. I do this around each hour of working with VUE.