Just installed Delphi 2007 April 08 patch...
- From: "dk_sz" <dk_sz@xxxxxxxxxxx>
- Date: Mon, 21 Apr 2008 01:54:34 +0200
Hi,
I got the new update from:
http://cc.codegear.com/item/25495
Bad idea!
Seems like it breaks some of my FastMM 4.78 builds.
I get EStackOverflow with message "Stack overflow"
With callstack leading up to exception being a long (...) series of calls
RegisterExpectedMemoryLeak(nil)
RegisterExpectedMemoryLeak(*address*)
RegisterExpectedMemoryLeak(*address*)
RegisterExpectedMemoryLeak(*address*)
RegisterExpectedMemoryLeak(*address*)
.... and so on ...
My FastMM options are these:
{$I FastMM4Options.cur.inc}
{$UNDEF ForceMMX}
{$UNDEF ASMVersion}
{$UNDEF FullDebugMode}
{$UNDEF RawStackTraces}
{$UNDEF CheckHeapForCorruption}
{$UNDEF EnableMemoryLeakReporting}
{$UNDEF UseOutputDebugString}
{$UNDEF DetectMMOperationsAfterUninstall}
{$UNDEF Align16Bytes}
{$UNDEF UseCustomVariableSizeMoveRoutines}
{$DEFINE AssumeMultiThreaded}
{$DEFINE ASMVersion}
-- Does not happen if I add --
{$DEFINE FullDebugMode}
{$DEFINE RawStackTraces}
{$DEFINE CheckHeapForCorruption}
{$DEFINE EnableMemoryLeakReporting}
{$DEFINE ClearLogFileOnStartup}
{$DEFINE UseOutputDebugString}
Any ideas on how to solve?
(except slapping myself to unconsciousness)
bestr egards
Thomas Schulz
.
- Follow-Ups:
- Re: Just installed Delphi 2007 April 08 patch...
- From: dk_sz
- Re: Just installed Delphi 2007 April 08 patch...
- Prev by Date: Finding maximum of an array
- Next by Date: Re: Finding maximum of an array
- Previous by thread: Finding maximum of an array
- Next by thread: Re: Just installed Delphi 2007 April 08 patch...
- Index(es):
Relevant Pages
|