I need someone familiar with fmstat.lib to chime in please. Trying to build with BCC 5.8 + CodeGuard cause all kinds of problems before even being able to run our app. So I just build xharbour and our app with both, BCC 5.5 & 5.8 w/o codeguard. Both report almost identical results in fm.log (more than 2000 unreleased blocks):
Compiler: Borland C++ 5.5.1 (32 bit) Platform: Windows XP Professional 5.01.2600 Service Pack 3 Time Occured: 2008.06.25 11:44:46 Total 167937 allocations (8486 reallocation), of which 165307 freed. Highest total allocated 2276335 bytes in 25179 blocks. WARNING! Memory allocated but not released: 115720 bytes (2630 blocks) Block 1 0137FCAC (size 44) source\vm\hvm.c(7151), "34FD3701282E6801500E4700FFFFFFFF0100020002000000FFFFFFFF0A000000140F0300FFFFFFFFFFFFFFFF" Compiler: Borland C++ 5.8.2 (32 bit) Platform: Windows XP Professional 5.01.2600 Service Pack 3 Time Occured: 2008.06.25 11:58:37 Total 172742 allocations (8485 reallocation), of which 170094 freed. Highest total allocated 2286867 bytes in 25225 blocks. WARNING! Memory allocated but not released: 116512 bytes (2648 blocks) Block 1 0137FCAC (size 44) source\vm\hvm.c(7151), "34FD3701182D670104114700FFFFFFFF0100020002000000FFFFFFFF0A00000084000100FFFFFFFFFFFFFFFF" Trace.txt also shows this: source\compiler\harbour.c:698: HB_TR_ERROR Line 1646 Block 1 00BB4978 (size 40) "\26\00\BB\00\F0\D2\BA\00\00\00\00\00\00\00\00\00\39\00\00\00\00\01\99\00\00\01\99\00\01\00\00\00" source\compiler\harbour.c:698: HB_TR_ERROR Line 1646 Block 2 00BB4910 (size 40) "\78\49\BB\00\00\00\00\00\98\77\BC\00\04\00\01\00\15\00\00\00\30\00\00\00\2E\00\00\00\01\00\00\00" How can I use that info to find the leak? Regards, -- Luis Krause Mantilla lkrausem at shaw dot ca luis_krause at hotmail dot com "May the Source be with GNU" ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

