how to find memory leaks

Posted by rdevos on 06-Jul-2007 04:57

on x-document and x-noderef

via session:handle?????

thx

All Replies

Posted by Matt Baker on 06-Jul-2007 08:23

Hi Rudy,

The best way to find memory leaks is using the debugger. The debugger has a feature called 'dynamic object tracking'. The dynamic object tracking shows which objects have been created in memory from the time object tracking is turned on and where they were created.

Posted by Alon Blich on 06-Jul-2007 09:34

kind of hard to do without knowing anything about the program.

but widget-pools can also be pretty useful, again, depending.

This thread is closed