On Fri, 20 Feb 2009 06:02:48 -0800
Ron Pinkas <ron.pin...@xharbour.com> wrote:

> Do you know of any bug[s] that must stop us from delivering a new release?

--- begin code ---
GLOBAL X
PROCEDURE MAIN()
--- end code ---

--- begin fm.log ---
Memory Allocation Report
Application: C:\DEV\TESTS\HELLO.exe
xHarbour Version: xHarbour build 1.2.0 Intl. (SimpLex) (Rev. 6374)
Compiler: CodeGear C++ 6.1 (32 bit)
Platform: Windows  XP Professional 5.01.2600 Service Pack 3
Time Occured: 2009.02.21 07:11:10
Total 1690 allocations (1200 reallocation), of which 1689 freed.
Highest total allocated 76684 bytes in 1548 blocks.
WARNING! Memory allocated but not released: 20 bytes (1 blocks)
Block 0 00E8A0FC (size 16) (_INITGLOBALS)(0), "2DE152004797A0970000000001000000"
--- end fm.log ---

--- begin codeguard log ----
Error 00001. 0x300010 (Thread 0x0614):
Resource leak: The memory block (0xE8A0A4) was never freed

The memory block (0x00E8A0A4) [size: 108 bytes] was allocated with malloc
Call Tree:
   0x0040342B(=HELLO.exe:0x01:00242B) source\vm\fm.c#370
   0x004C151A(=HELLO.exe:0x01:0C051A) source\vm\dbgentry.c#759
   0x004C0B68(=HELLO.exe:0x01:0BFB68) source\vm\dbgentry.c#566
   0x004C041F(=HELLO.exe:0x01:0BF41F) source\vm\dbgentry.c#386
   0x004F3BF8(=HELLO.exe:0x01:0F2BF8) source\vm\hvm.c#7934
   0x004DFA36(=HELLO.exe:0x01:0DEA36) source\vm\hvm.c#2275

--- end codeguard log ----

--
Andi

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to