On Sun, Jun 14, 2009 at 1:49 AM, Sid Gudes<s...@piasystems.com> wrote:
> Since the situation is deterministic, try removing FastMM and reverting to
> the Delphi native memory manager, and see if the problem goes away.  If the
> problem stays, it's not FastMM.  If the problem goes away, it probably is
> (unless it's some sort of whacky bad pointer that Delphi's MM can handle but
> FastMM cannot, but that's an unlikely case).

Just because the problem may "go away" when using the default MM is
probably a bad sign. I'd say the issue is with your code somewhere and
FastMM is a bit more rigid than the default MM.

Have you switched on all of the debug options for FastMM?

You could try and contact Pierre and see if he can offer you any assistance.
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to