Vlákno názorů k článku Valgrind od rastos - Ked som prvy krat pocul o valgrind-e, bolo...

  • Článek je starý, nové názory již nelze přidávat.
  • 15. 5. 2003 14:20

    rastos (neregistrovaný)

    Ked som prvy krat pocul o valgrind-e, bolo to v diskusii na slashdot-e, kde ktosi, prisiel so zaujimavou myslienkou: co povie "valgrind valgrind" ? Resp. "valgrind valgrind valgrind"? ...
    ;-)
    --
    bye
    rastos

  • 6. 9. 2004 16:37

    vasso (neregistrovaný)

    [carnogur@fialka carnogur]$ valgrind --tool=memcheck valgrind
    ==7863== Memcheck, a memory error detector for x86-linux.
    ==7863== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward.
    ==7863== Using valgrind-2.1.1, a program supervision framework for x86-linux.
    ==7863== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward.
    ==7863== For more details, rerun with: -v
    ==7863==
    ==7863== Conditional jump or move depends on uninitialised value(s)
    ==7863== at 0x8066B25: _IO_vfprintf (in /usr/bin/valgrind)
    ==7863==
    ==7863== Conditional jump or move depends on uninitialised value(s)
    ==7863== at 0x8066B79: _IO_vfprintf (in /usr/bin/valgrind)
    Executable is mapped outside of range 0x80cf000-0x4fffe000
    failed to load /usr/lib/valgrind/stage2: Cannot allocate memory
    ==7863==
    ==7863== ERROR SUMMARY: 6 errors from 2 contexts (suppressed: 0 from 0)
    ==7863== malloc/free: in use at exit: 0 bytes in 0 blocks.
    ==7863== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
    ==7863== For a detailed leak analysis, rerun with: --leak-check=yes
    ==7863== For counts of detected errors, rerun with: -v