Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Heap memory leaks - how to debug the fastest way?[SOLVED]
Re: Heap memory leaks - how to debug? [message #1759 is a reply to message #1757] Sat, 18 March 2006 00:59 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
and in log file I have:

ActivateWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
About to set focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Do SyncCaret focusCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe), caretCtrl: NULL
Focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe) FocusWnd:class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
KillFocusWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
DoDeactivate class TopWindow : 0x12fdb0(hwnd 0x4b01fe) in favor of NULL
LostFocus: class TopWindow
Do SyncCaret focusCtrl: NULL, caretCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
ActivateWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
About to set focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Do SyncCaret focusCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe), caretCtrl: NULL
Ctrl::SetFocus class TopWindow
focusCtrlWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe) FocusWnd:class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
KillFocusWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
DoDeactivate class TopWindow : 0x12fdb0(hwnd 0x4b01fe) in favor of NULL
LostFocus: class TopWindow
Do SyncCaret focusCtrl: NULL, caretCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
ActivateWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
About to set focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Do SyncCaret focusCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe), caretCtrl: NULL
Ctrl::SetFocus class TopWindow
focusCtrlWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe) FocusWnd:class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
KillFocusWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
DoDeactivate class TopWindow : 0x12fdb0(hwnd 0x4b01fe) in favor of NULL
LostFocus: class TopWindow
Do SyncCaret focusCtrl: NULL, caretCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
ActivateWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
About to set focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Do SyncCaret focusCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe), caretCtrl: NULL
Ctrl::SetFocus class TopWindow
focusCtrlWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Focus: class TopWindow : 0x12fdb0(hwnd 0x4b01fe) FocusWnd:class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Ctrl::ClickActivateWnd
LostFocus: class TopWindow
Do SyncCaret focusCtrl: NULL, caretCtrl: class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
KillFocusWnd class TopWindow : 0x12fdb0(hwnd 0x4b01fe)
Memory at 0xDE2388, size 0x30 = 48
    +0 0x00DE2388 44 3A 5C 44 65 76 65 6C 5F 75 70 70 5C 6F 75 74     D:\Devel_upp\out
   +16 0x00DE2398 5C 4D 53 43 37 31 2E 44 65 62 75 67 5F 66 75 6C     \MSC71.Debug_ful
   +32 0x00DE23A8 6C 2E 47 75 69 5C 00 65 46 72 65 65 46 72 65 65     l.Gui\.eFreeFree
Memory at 0xDE23C8, size 0x28 = 40
    +0 0x00DE23C8 46 72 65 65 88 23 DE 00 46 72 65 65 46 72 65 65     Freeˆ#Þ.FreeFree
   +16 0x00DE23D8 46 72 65 65 26 00 00 00 2F 00 00 00 00 00 00 00     Free&.../.......
   +32 0x00DE23E8 00 00 00 00 46 72 65 65                             ....Free        
Memory at 0xDE2448, size 0x28 = 40
    +0 0x00DE2448 46 72 65 65 64 31 5F 63 6F 70 79 00 46 72 65 65     Freed1_copy.Free
   +16 0x00DE2458 46 72 65 65 07 00 00 00 0F 00 00 00 00 00 00 00     Free............
   +32 0x00DE2468 00 00 00 00 46 72 65 65                             ....Free        
Memory at 0xDE2488, size 0x28 = 40
    +0 0x00DE2488 46 72 65 65 64 31 5F 63 6F 70 79 2E 64 00 65 65     Freed1_copy.d.ee
   +16 0x00DE2498 46 72 65 65 09 00 00 00 0F 00 00 00 00 00 00 00     Free............
   +32 0x00DE24A8 00 00 00 00 46 72 65 65                             ....Free    


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SVN 538 compile error
Next Topic: Crash with "all shared" output mode
Goto Forum:
  


Current Time: Tue Jul 08 19:13:58 CEST 2025

Total time taken to generate the page: 0.03540 seconds