1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
| $ valgrind ./build/bin/Debug/tutoriel1 --leak-check=full --track-origins=yes
==7850== Memcheck, a memory error detector
==7850== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==7850== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==7850== Command: ./build/bin/Debug/tutoriel1 --leak-check=full --track-origins=yes
==7850==
==7850== Syscall param ioctl(generic) points to uninitialised byte(s)
==7850== at 0xB0E4AC7: ioctl (syscall-template.S:82)
==7850== by 0x4060B44: ukiCreateContext (in /usr/lib/x86_64-linux-gnu/libatiuki.so.1.0)
==7850== by 0x127957D5: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x131FAD5F: ???
==7850== by 0x131F9E17: ???
==7850== by 0x131F9F1F: ???
==7850== by 0x127CE17F: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== Address 0x7feff5598 is on thread 1's stack
==7850==
==7850== Conditional jump or move depends on uninitialised value(s)
==7850== at 0x127DC0F4: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x127DB853: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x127DBACC: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x127CC967: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850==
==7850== Invalid write of size 8
==7850== at 0x4C2A7ED: memcpy (mc_replace_strmem.c:838)
==7850== by 0x11E5CB62: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== Address 0x7fd84bf27ff8 is not stack'd, malloc'd or (recently) free'd
==7850==
==7850== Invalid write of size 8
==7850== at 0x4C2A7ED: memcpy (mc_replace_strmem.c:838)
==7850== by 0x11E5CB77: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== Address 0x7fd84bf27ff8 is not stack'd, malloc'd or (recently) free'd
==7850==
==7850== Conditional jump or move depends on uninitialised value(s)
==7850== at 0x127D121F: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x6804130000000F: ???
==7850== by 0x2DEACFFFF: ???
==7850== by 0x3A0000000F: ???
==7850== by 0xCF: ???
==7850== by 0x1101: ???
==7850== by 0x3802167F: ??? (mc_malloc_wrappers.c:364)
==7850== by 0x131FC7CF: ???
==7850==
==7850== Conditional jump or move depends on uninitialised value(s)
==7850== at 0x127D1224: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x6804130000000F: ???
==7850== by 0x2DEACFFFF: ???
==7850== by 0x3A0000000F: ???
==7850== by 0xCF: ???
==7850== by 0x1101: ???
==7850== by 0x3802167F: ??? (mc_malloc_wrappers.c:364)
==7850== by 0x131FC7CF: ???
==7850==
==7850== Conditional jump or move depends on uninitialised value(s)
==7850== at 0x127D1228: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== by 0x6804130000000F: ???
==7850== by 0x2DEACFFFF: ???
==7850== by 0x3A0000000F: ???
==7850== by 0xCF: ???
==7850== by 0x1101: ???
==7850== by 0x3802167F: ??? (mc_malloc_wrappers.c:364)
==7850== by 0x131FC7CF: ???
==7850==
==7850== Invalid write of size 1
==7850== at 0x4C2A7C8: memcpy (mc_replace_strmem.c:838)
==7850== by 0x127D23F5: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== Address 0x7fd84ba68583 is not stack'd, malloc'd or (recently) free'd
==7850==
==7850== Invalid write of size 8
==7850== at 0x4C2A7ED: memcpy (mc_replace_strmem.c:838)
==7850== by 0x127D23F5: ??? (in /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so)
==7850== Address 0x7fd84ba68578 is not stack'd, malloc'd or (recently) free'd
==7850==
==7850== Invalid read of size 8
==7850== at 0x8B973BA: Gdk::GL::Drawable::gl_begin(Glib::RefPtr<Gdk::GL::Context> const&) (in /usr/lib/libgdkglextmm-x11-1.2.so.0.0.0)
==7850== by 0x41B97F: Interface::GlDrawingArea::on_expose_event(_GdkEventExpose*) (fenetre.cpp:53)
==7850== by 0x5B37BB2: Gtk::Widget_Class::expose_event_callback(_GtkWidget*, _GdkEventExpose*) (in /usr/lib/libgtkmm-2.4.so.1.1.0)
==7850== by 0x69BF098: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10)
==7850== by 0x50AF6DF: g_closure_invoke (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4)
==7850== by 0x50C04CF: ??? (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4)
==7850== by 0x50C82DA: g_signal_emit_valist (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4)
==7850== by 0x50C8851: g_signal_emit (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4)
==7850== by 0x6AD693D: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10)
==7850== by 0x69BDA7F: gtk_main_do_event (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10)
==7850== by 0x712A46B: ??? (in /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10)
==7850== by 0x712A412: ??? (in /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10)
==7850== Address 0x8 is not stack'd, malloc'd or (recently) free'd
==7850==
==7850== Warning: client switching stacks? SP change: 0xead7860 --> 0x7fefff4d0
==7850== to suppress, use: --max-stackframe=34096708720 or greater
**** exception(225): memory access violation at address: 0x00000008: no mapping at fault address
******** errors detected; see standard output for details ********
==7850==
==7850== HEAP SUMMARY:
==7850== in use at exit: 4,593,599 bytes in 7,270 blocks
==7850== total heap usage: 42,126 allocs, 34,856 frees, 8,619,425 bytes allocated
==7850==
==7850== LEAK SUMMARY:
==7850== definitely lost: 17,507 bytes in 14 blocks
==7850== indirectly lost: 3,792,311 bytes in 615 blocks
==7850== possibly lost: 137,180 bytes in 771 blocks
==7850== still reachable: 646,601 bytes in 5,870 blocks
==7850== suppressed: 0 bytes in 0 blocks
==7850== Rerun with --leak-check=full to see details of leaked memory
==7850==
==7850== For counts of detected and suppressed errors, rerun with: -v
==7850== Use --track-origins=yes to see where uninitialised values come from
==7850== ERROR SUMMARY: 2621629 errors from 10 contexts (suppressed: 8 from 8) |
Partager