vote up 4 vote down star

When FastMM logs a memory leak it includes a stacktrace going back 9 calls. Problem is that the stacktrace is too general to locate the problem easily. The last function call in the trace is called at least 50 times and the object leaked is a very common one.

What can I do to make the stacktrace longer?

Tips to locate leaks more easily are of course welcome, the objects leaked are mostly interfaces, so it's something with cross-referencing or _ReleaseRef not called.

I'm on Delphi 7, using the FastMM492.

flag

2 Answers

vote up 11 vote down check

Change the StackTraceDepth constant in FastMM4.pas.

link|flag
Ahh, nice one, I will try it tomorrow. I only checked the .inc file. – The_Fox Sep 23 at 21:01
vote up 1 vote down

Have a look at FastMM4 Options Interface from Jed Software. It is a freeware application to configre FastMM

link|flag
It looks like that program only adjusts the conditional-compilation options from FastMM4Options.inc. – Rob Kennedy Sep 24 at 19:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.