Hi, On Wed, 2006-09-06 at 11:29 -0500, Dirk Reiners wrote: > Hi Vaibhav, > > Vaibhav Saxena wrote: > > Hi All, > > > > Has anybody done any memory leak analysis of OpenSG on Windows ? > >
> > > So far I haven't found any real memory leaks. I define those as things > that keep growing as the app runs, e.g. you keep displaying and changing > things and memory keeps on growing. I haven't seen any of those in a while. > > For your second test: osgExit does not guarantee that all memory is > freed. There can still be some static internal structures that use a > fixed amount of memory, and right now I'm unsure whether it frees all > FieldContainers. Can anybody take a quick look at the code to confirm that? It does not (and IIRC it can not). For 2.x I started to take care that all the behind the scene memory is freed and split the destructor code so that it should be possible to delete FieldContainers on exit. regards, gerrit ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
