Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW memory and exception
#2
With out much more info.. some things to ramble off

1) What are you using if anything for memory leak checking?
1a) We have used MadExcepts Memory Leak for checking.
1b) If don't have MadExcept, can try using the FastMM4 built in memory leak detection.

2) not sure Try/Except is best thing to use if blind applying it, as this eats any exception errors.

If you suspect memory leaks, really need something like above to report back to you at the end and examine the report on what objects are leaking.
Then to look over those areas. To find what you are creating manually and possibly missing out on doing a free. Such as doing an EXIT somewhere and
having the free way past that point to where EXIT bypasses your code to free objects.
Reply


Messages In This Thread
IW memory and exception - by gabin1405 - 05-18-2021, 07:17 AM
RE: IW memory and exception - by cpstevenc - 05-18-2021, 08:29 PM
RE: IW memory and exception - by DanBarclay - 05-19-2021, 06:30 AM
RE: IW memory and exception - by gabin1405 - 05-20-2021, 01:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)