Skip to content

Instantly share code, notes, and snippets.

@redcapital
Created August 22, 2012 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redcapital/3421962 to your computer and use it in GitHub Desktop.
Save redcapital/3421962 to your computer and use it in GitHub Desktop.
==3152== Memcheck, a memory error detector
==3152== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==3152== Using Valgrind-3.6.1-Debian and LibVEX; rerun with -h for copyright info
==3152== Command: giomm-test
==3152==
(process:3152): glibmm-CRITICAL **: Glib::ObjectBase* Glib::wrap_create_new_wrapper_for_interface(GObject*, GType): assertion `wrap_func_table != 0' failed
(process:3152): GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `quark > 0' failed
==3152==
==3152== HEAP SUMMARY:
==3152== in use at exit: 69,660 bytes in 956 blocks
==3152== total heap usage: 1,569 allocs, 613 frees, 247,744 bytes allocated
==3152==
==3152== 24 bytes in 1 blocks are definitely lost in loss record 370 of 577
==3152== at 0x402842F: operator new(unsigned int) (vg_replace_malloc.c:255)
==3152== by 0x40CB4B6: Gio::File* Glib::wrap_auto_interface<Gio::File>(_GObject*, bool) (in /usr/lib/libgiomm-2.4.so.1.3.0)
==3152== by 0x40CAB9E: Glib::wrap(_GFile*, bool) (in /usr/lib/libgiomm-2.4.so.1.3.0)
==3152== by 0x42BE112: (below main) (libc-start.c:226)
==3152==
==3152== 160 (40 direct, 120 indirect) bytes in 1 blocks are definitely lost in loss record 520 of 577
==3152== at 0x4028876: malloc (vg_replace_malloc.c:236)
==3152== by 0x438964C: nss_parse_service_list (nsswitch.c:626)
==3152== by 0x4389C59: __nss_database_lookup (nsswitch.c:167)
==3152== by 0x4C502F8: ???
==3152== by 0x4C51A5D: ???
==3152== by 0x4340956: getpwnam_r@@GLIBC_2.1.2 (getXXbyYY_r.c:256)
==3152== by 0x4659695: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.3200.0)
==3152== by 0x61687A6C: ???
==3152==
==3152== LEAK SUMMARY:
==3152== definitely lost: 64 bytes in 2 blocks
==3152== indirectly lost: 120 bytes in 10 blocks
==3152== possibly lost: 15,175 bytes in 268 blocks
==3152== still reachable: 54,301 bytes in 676 blocks
==3152== suppressed: 0 bytes in 0 blocks
==3152== Reachable blocks (those to which a pointer was found) are not shown.
==3152== To see them, rerun with: --leak-check=full --show-reachable=yes
==3152==
==3152== For counts of detected and suppressed errors, rerun with: -v
==3152== ERROR SUMMARY: 92 errors from 92 contexts (suppressed: 69 from 13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment