Search This Blog

Tuesday, November 26, 2013

Identifying Memory Leak in User App

Identifying Memory Leak With Process Explorer And Windbg - Alik Levin's - Site Home - MSDN Blogs:

http://www.codeproject.com/Articles/31382/Memory-Leak-Detection-Using-Windbg


another one:
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and related Microsoft technologies. http://www.microsoft.com/en-gb/download/details.aspx?id=26798

Create Windows Dump File - How to create a user-mode process dump file in Windows Vista and in Windows 7  && How to use the Userdump.exe tool to create a dump file


Monday, November 4, 2013

Using the GNU C/C++ compiler on AIX

very good article to people who want to port their C++ code that compiled under XLC compiler to work and compile via gcc/g++.

Using the GNU C/C++ compiler on AIX:

from internal test ...( not scientific tests)- its seems like the test program i used for my performence testing run faster when compile with g++  !!!!

FYI
Yaniv Tzanany