• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Linux 內存調試工具- Valgrind 使用初探

            Posted on 2008-07-01 10:02 T.S Liu 閱讀(886) 評論(0)  編輯 收藏 引用 所屬分類: linux_bug_tool
            Valgrind 是在linux系統下開發應用程序時用于調試內存問題的工具。它尤其擅長發現內存管理的問題,它可以檢查程序運行時的內存泄漏問題。

               它的官方網址是 http://www.valgrind.org/

               下載最新版本的Valgrind,目前是3.2.0。 wget http://www.valgrind.org/downloads/valkyrie-1.2.0.tar.bz2

               執行常規的安裝步驟:./confgure && make && make install。注意: 系統必須安裝QT的開發包。即便這樣在make 時還是出現qplatformdefs.h這個文件找不到的情況,導致make失敗。查找系統中的qplatformdefs.h 之后,發現沒有存在于qt的標準頭文件目錄/usr/lib/qt-3.3/include。如是將/usr/lib/qt-3.3/mkspecs/linux-g++/ 目錄下該頭文件復制標準頭文件目錄,重新make ,后面一切OK。

            初次使用
                編譯如下代碼:  gcc -Wall example.c -g -o example 

            #include <stdlib.h>
                        void f(void)
                        {
                        int* x = malloc(10 * sizeof(int));
                        x[10] = 0;        // problem 1: heap block overrun
                        }                    // problem 2: memory leak -- x not freed
                        int main(void)
                        {
                        f();
                        return 0;
                        }

                 注意:gcc 的-g 選項讓Valgrind調試輸出時指出相應信息的代碼所在的行號。

             
            valgrind --tool=memcheck --leak-check=yes ./example

            ==6742== Memcheck, a memory error detector for x86-linux.
            ==6742== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.
            ==6742== Using valgrind-2.2.0, a program supervision framework for x86-linux.
            ==6742== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.
            ==6742== For more details, rerun with: -v
            ==6742==
            ==6742== Invalid write of size 4
            ==6742==    at 0x8048384: f (example.c:6)
            ==6742==    by 0x80483AC: main (example.c:12)
            ==6742==  Address 0x1B908050 is 0 bytes after a block of size 40 alloc'd
            ==6742==    at 0x1B904984: malloc (vg_replace_malloc.c:131)
            ==6742==    by 0x8048377: f (example.c:5)
            ==6742==    by 0x80483AC: main (example.c:12)
            ==6742==
            ==6742== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 12 from 1)
            ==6742== malloc/free: in use at exit: 40 bytes in 1 blocks.
            ==6742== malloc/free: 1 allocs, 0 frees, 40 bytes allocated.
            ==6742== For counts of detected errors, rerun with: -v
            ==6742== searching for pointers to 1 not-freed blocks.
            ==6742== checked 1360800 bytes.
            ==6742==
            ==6742==
            ==6742== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1
            ==6742==    at 0x1B904984: malloc (vg_replace_malloc.c:131)
            ==6742==    by 0x8048377: f (example.c:5)
            ==6742==    by 0x80483AC: main (example.c:12)
            ==6742==
            ==6742== LEAK SUMMARY:
            ==6742==    definitely lost: 40 bytes in 1 blocks.
            ==6742==    possibly lost:   0 bytes in 0 blocks.
            ==6742==    still reachable: 0 bytes in 0 blocks.
            ==6742==         suppressed: 0 bytes in 0 blocks.
            ==6742== Reachable blocks (those to which a pointer was found) are not shown.
            ==6742== To see them, rerun with: --show-reachable=yes

               上面的C程序存在兩個錯誤:1. 數組下標越界;2. 分配的內存沒有釋放,存在內存泄露的問題。對于錯誤1,看Valgrind的調試信息片斷
            ==6742== Invalid write of size 4
            ==6742==    at 0x8048384: f (example.c:6)
            ==6742==    by 0x80483AC: main (example.c:12)
            ==6742==  Address 0x1B908050 is 0 bytes after a block of size 40 alloc'd
            ==6742==    at 0x1B904984: malloc (vg_replace_malloc.c:131)
            ==6742==    by 0x8048377: f (example.c:5)

            對于錯誤2,看這個

            ==6742== malloc/free: 1 allocs, 0 frees, 40 bytes allocated.

            ......

            ==6742== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1
            ==6742==    at 0x1B904984: malloc (vg_replace_malloc.c:131)
            ==6742==    by 0x8048377: f (example.c:5)
            ==6742==    by 0x80483AC: main (example.c:12)

            久久久中文字幕日本| 精品久久人妻av中文字幕| 国产一级做a爰片久久毛片| 97精品国产97久久久久久免费| 亚洲精品WWW久久久久久| 开心久久婷婷综合中文字幕| 精品国产综合区久久久久久| 国产精品日韩欧美久久综合| 国产精品VIDEOSSEX久久发布| 欧美伊香蕉久久综合类网站| 97久久精品人人做人人爽| 久久激情亚洲精品无码?V| 久久精品国产亚洲av瑜伽| 色偷偷91久久综合噜噜噜噜| 久久亚洲精品国产亚洲老地址| 久久精品国产99久久久古代| 人妻久久久一区二区三区| 91久久精一区二区三区大全| 岛国搬运www久久| 欧美亚洲国产精品久久久久| 久久久精品2019免费观看| 99久久精品国内| 久久强奷乱码老熟女| 国产A三级久久精品| 狠狠色丁香婷综合久久| 97精品国产97久久久久久免费| 人妻系列无码专区久久五月天| 国内精品久久久久久久久电影网 | 婷婷久久香蕉五月综合加勒比| 亚洲国产精品一区二区久久hs| 国产精品久久久久影院嫩草 | 伊色综合久久之综合久久| 青青草原精品99久久精品66| 国产 亚洲 欧美 另类 久久| 伊人久久大香线蕉综合影院首页| 久久亚洲精品视频| 亚洲人成伊人成综合网久久久| 国产福利电影一区二区三区久久老子无码午夜伦不 | 久久综合香蕉国产蜜臀AV| 久久久精品人妻无码专区不卡 | 综合久久一区二区三区 |