11

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.

スタックトレースを長くするにはどうすればよいですか?

リークをより簡単に見つけるためのヒントはもちろん大歓迎です。リークされたオブジェクトはほとんどがインターフェイスであるため、相互参照または _ReleaseRef が呼び出されていないものです。

FastMM492を使用して、Delphi 7を使用しています。

4

2 に答える 2

25

FastMM4.pasStackTraceDepth定数を変更します。

于 2009-09-23T20:58:32.730 に答える
1

Jed SoftwareのFastMM4 Options Interfaceをご覧ください。FastMM を構成するためのフリーウェア アプリケーションです。

于 2009-09-24T17:01:37.163 に答える