Skip to content

Instantly share code, notes, and snippets.

@zzeroo
Created February 3, 2017 12:49
Show Gist options
  • Save zzeroo/41a8b1d99342f4899ae0fb8fa92dcf3f to your computer and use it in GitHub Desktop.
Save zzeroo/41a8b1d99342f4899ae0fb8fa92dcf3f to your computer and use it in GitHub Desktop.
gtk treeview segfault, via valgrind
==1492== Memcheck, a memory error detector
==1492== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==1492== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==1492== Command: target/debug/treeview
==1492==
--1492-- Valgrind options:
--1492-- -v
--1492-- Contents of /proc/version:
--1492-- Linux version 4.6.0-yocto-standard-custom (smueller@nb-smueller) (gcc version 6.3.0 (GCC) ) #1 SMP Thu Feb 2 15:02:39 CET 2017
--1492--
--1492-- Arch and hwcaps: ARM, LittleEndian, ARMv7-neon-vfp
--1492-- Page sizes: currently 4096, max supported 4096
--1492-- Valgrind library directory: /usr/lib/valgrind
--1492-- Reading syms from /home/root/examples/target/debug/treeview
--1492-- Reading syms from /lib/ld-2.24.90.so
--1492-- Considering /lib/ld-2.24.90.so ..
--1492-- .. CRC mismatch (computed ccf43fb1 wanted 4f3952f9)
--1492-- Considering /lib/.debug/ld-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/valgrind/memcheck-arm-linux
--1492-- Considering /usr/lib/valgrind/memcheck-arm-linux ..
--1492-- .. CRC mismatch (computed ae7779f1 wanted 74522d24)
--1492-- object doesn't have a symbol table
--1492-- object doesn't have a dynamic symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Scheduler: using generic scheduler lock implementation.
--1492-- Reading suppressions file: /usr/lib/valgrind/default.supp
==1492== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-1492-by-root-on-???
==1492== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-1492-by-root-on-???
==1492== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-1492-by-root-on-???
==1492==
==1492== TO CONTROL THIS PROCESS USING vgdb (which you probably
==1492== don't want to do, unless you know exactly what you're doing,
==1492== or are doing some strange experiment):
==1492== /usr/lib/valgrind/../../bin/vgdb --pid=1492 ...command...
==1492==
==1492== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==1492== /path/to/gdb target/debug/treeview
==1492== and then give GDB the following command
==1492== target remote | /usr/lib/valgrind/../../bin/vgdb --pid=1492
==1492== --pid is optional if only one valgrind process is running
==1492==
--1492-- REDIR: 0x401a101 (ld-linux-armhf.so.3:strlen) redirected to 0x38055de4 (???)
--1492-- REDIR: 0x401ac00 (ld-linux-armhf.so.3:memcpy) redirected to 0x38055e10 (???)
--1492-- REDIR: 0x4019b71 (ld-linux-armhf.so.3:strcmp) redirected to 0x38055f1c (???)
--1492-- Reading syms from /usr/lib/valgrind/vgpreload_core-arm-linux.so
--1492-- Considering /usr/lib/valgrind/vgpreload_core-arm-linux.so ..
--1492-- .. CRC mismatch (computed a6201842 wanted 0178f39f)
--1492-- object doesn't have a symbol table
--1492-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so
--1492-- Considering /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so ..
--1492-- .. CRC mismatch (computed 893196ca wanted 2bc2e39b)
--1492-- object doesn't have a symbol table
--1492-- Reading syms from /usr/lib/libgtk-3.so.0.2200.7
--1492-- Considering /usr/lib/libgtk-3.so.0.2200.7 ..
--1492-- .. CRC mismatch (computed dd570d18 wanted 1e9c6fc1)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Reading syms from /usr/lib/libgdk-3.so.0.2200.7
--1492-- Considering /usr/lib/libgdk-3.so.0.2200.7 ..
--1492-- .. CRC mismatch (computed 7d294453 wanted 377041c3)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Reading syms from /usr/lib/libcairo.so.2.11400.8
--1492-- Considering /usr/lib/libcairo.so.2.11400.8 ..
--1492-- .. CRC mismatch (computed 35a52152 wanted 9b3083a6)
--1492-- Considering /usr/lib/.debug/libcairo.so.2.11400.8 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libgdk_pixbuf-2.0.so.0.3601.0
--1492-- Considering /usr/lib/libgdk_pixbuf-2.0.so.0.3601.0 ..
--1492-- .. CRC mismatch (computed 209a37aa wanted ef808b97)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Reading syms from /usr/lib/libgio-2.0.so.0.5000.2
--1492-- Considering /usr/lib/libgio-2.0.so.0.5000.2 ..
--1492-- .. CRC mismatch (computed 13be82b6 wanted 496e51c2)
--1492-- Considering /usr/lib/.debug/libgio-2.0.so.0.5000.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libgobject-2.0.so.0.5000.2
--1492-- Considering /usr/lib/libgobject-2.0.so.0.5000.2 ..
--1492-- .. CRC mismatch (computed 06faded0 wanted 3c14f512)
--1492-- Considering /usr/lib/.debug/libgobject-2.0.so.0.5000.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libglib-2.0.so.0.5000.2
--1492-- Considering /usr/lib/libglib-2.0.so.0.5000.2 ..
--1492-- .. CRC mismatch (computed ff400c08 wanted 6905a78d)
--1492-- Considering /usr/lib/.debug/libglib-2.0.so.0.5000.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libdl-2.24.90.so
--1492-- Considering /lib/libdl-2.24.90.so ..
--1492-- .. CRC mismatch (computed 6fa002d8 wanted 11e41b4a)
--1492-- Considering /lib/.debug/libdl-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/librt-2.24.90.so
--1492-- Considering /lib/librt-2.24.90.so ..
--1492-- .. CRC mismatch (computed add79bcb wanted f53058ed)
--1492-- Considering /lib/.debug/librt-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libpthread-2.24.90.so
--1492-- Considering /lib/libpthread-2.24.90.so ..
--1492-- .. CRC mismatch (computed c7ec7628 wanted 4b96e5c9)
--1492-- Considering /lib/.debug/libpthread-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libgcc_s.so.1
--1492-- Considering /lib/libgcc_s.so.1 ..
--1492-- .. CRC mismatch (computed 3f0d5dae wanted 5d368f42)
--1492-- Considering /lib/.debug/libgcc_s.so.1 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libc-2.24.90.so
--1492-- Considering /lib/libc-2.24.90.so ..
--1492-- .. CRC mismatch (computed 5191bfe0 wanted 955c6d8a)
--1492-- Considering /lib/.debug/libc-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libgmodule-2.0.so.0.5000.2
--1492-- Considering /usr/lib/libgmodule-2.0.so.0.5000.2 ..
--1492-- .. CRC mismatch (computed e0af7228 wanted 58c96921)
--1492-- Considering /usr/lib/.debug/libgmodule-2.0.so.0.5000.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libpangocairo-1.0.so.0.4000.3
--1492-- Considering /usr/lib/libpangocairo-1.0.so.0.4000.3 ..
--1492-- .. CRC mismatch (computed 26fb3abc wanted c8953b29)
--1492-- Considering /usr/lib/.debug/libpangocairo-1.0.so.0.4000.3 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libcairo-gobject.so.2.11400.8
--1492-- Considering /usr/lib/libcairo-gobject.so.2.11400.8 ..
--1492-- .. CRC mismatch (computed e43b0e59 wanted ba5bbd46)
--1492-- Considering /usr/lib/.debug/libcairo-gobject.so.2.11400.8 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libatk-1.0.so.0.22209.1
--1492-- Considering /usr/lib/libatk-1.0.so.0.22209.1 ..
--1492-- .. CRC mismatch (computed 06530848 wanted 2a375b60)
--1492-- object doesn't have a symbol table
--1492-- Reading syms from /usr/lib/libxkbcommon.so.0.0.0
--1492-- Considering /usr/lib/libxkbcommon.so.0.0.0 ..
--1492-- .. CRC mismatch (computed 56aca187 wanted 8fbc3169)
--1492-- Considering /usr/lib/.debug/libxkbcommon.so.0.0.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libwayland-cursor.so.0.0.0
--1492-- Considering /usr/lib/libwayland-cursor.so.0.0.0 ..
--1492-- .. CRC mismatch (computed c9ce3510 wanted 1a49b2ff)
--1492-- Considering /usr/lib/.debug/libwayland-cursor.so.0.0.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libwayland-egl.so.1.0.0
--1492-- Considering /usr/lib/libwayland-egl.so.1.0.0 ..
--1492-- .. CRC mismatch (computed b7bcaf76 wanted 7b0bb538)
--1492-- object doesn't have a symbol table
--1492-- Reading syms from /usr/lib/libwayland-client.so.0.3.0
--1492-- Considering /usr/lib/libwayland-client.so.0.3.0 ..
--1492-- .. CRC mismatch (computed 7b651260 wanted 6d55382c)
--1492-- Considering /usr/lib/.debug/libwayland-client.so.0.3.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libepoxy.so.0.0.0
--1492-- Considering /usr/lib/libepoxy.so.0.0.0 ..
--1492-- .. CRC mismatch (computed 3151e878 wanted 246f89fa)
--1492-- object doesn't have a symbol table
--1492-- Reading syms from /usr/lib/libpangoft2-1.0.so.0.4000.3
--1492-- Considering /usr/lib/libpangoft2-1.0.so.0.4000.3 ..
--1492-- .. CRC mismatch (computed 4975fb80 wanted 7298dcf3)
--1492-- Considering /usr/lib/.debug/libpangoft2-1.0.so.0.4000.3 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libpango-1.0.so.0.4000.3
--1492-- Considering /usr/lib/libpango-1.0.so.0.4000.3 ..
--1492-- .. CRC mismatch (computed 72b35507 wanted 592e8c4b)
--1492-- Considering /usr/lib/.debug/libpango-1.0.so.0.4000.3 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libfontconfig.so.1.9.2
--1492-- Considering /usr/lib/libfontconfig.so.1.9.2 ..
--1492-- .. CRC mismatch (computed 73675414 wanted ac0d130b)
--1492-- Considering /usr/lib/.debug/libfontconfig.so.1.9.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libfreetype.so.6.13.0
--1492-- Considering /usr/lib/libfreetype.so.6.13.0 ..
--1492-- .. CRC mismatch (computed 9ea382fd wanted 0836c82b)
--1492-- Considering /usr/lib/.debug/libfreetype.so.6.13.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libm-2.24.90.so
--1492-- Considering /lib/libm-2.24.90.so ..
--1492-- .. CRC mismatch (computed eaba6ed2 wanted b10c2c85)
--1492-- Considering /lib/.debug/libm-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libpixman-1.so.0.34.0
--1492-- Considering /usr/lib/libpixman-1.so.0.34.0 ..
--1492-- .. CRC mismatch (computed 0cdb5c15 wanted 042e798c)
--1492-- Considering /usr/lib/.debug/libpixman-1.so.0.34.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libpng16.so.16.28.0
--1492-- Considering /usr/lib/libpng16.so.16.28.0 ..
--1492-- .. CRC mismatch (computed a4753b2b wanted 64785f08)
--1492-- Considering /usr/lib/.debug/libpng16.so.16.28.0 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libz.so.1.2.8
--1492-- Considering /lib/libz.so.1.2.8 ..
--1492-- .. CRC mismatch (computed 33540b56 wanted 70c2ff56)
--1492-- Considering /lib/.debug/libz.so.1.2.8 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libffi.so.6.0.4
--1492-- Considering /usr/lib/libffi.so.6.0.4 ..
--1492-- .. CRC mismatch (computed cdcfdce5 wanted 50471feb)
--1492-- Considering /usr/lib/.debug/libffi.so.6.0.4 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libpcre.so.1.2.7
--1492-- Considering /usr/lib/libpcre.so.1.2.7 ..
--1492-- .. CRC mismatch (computed e147b68e wanted 457255f2)
--1492-- Considering /usr/lib/.debug/libpcre.so.1.2.7 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libresolv-2.24.90.so
--1492-- Considering /lib/libresolv-2.24.90.so ..
--1492-- .. CRC mismatch (computed bf92e1ce wanted ca46fd03)
--1492-- Considering /lib/.debug/libresolv-2.24.90.so ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libmount.so.1.1.0
--1492-- Considering /lib/libmount.so.1.1.0 ..
--1492-- .. CRC mismatch (computed adb5cc69 wanted 627a3456)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Reading syms from /usr/lib/libgthread-2.0.so.0.5000.2
--1492-- Considering /usr/lib/libgthread-2.0.so.0.5000.2 ..
--1492-- .. CRC mismatch (computed 0fe8bd00 wanted 80bed7d1)
--1492-- Considering /usr/lib/.debug/libgthread-2.0.so.0.5000.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libharfbuzz.so.0.10400.1
--1492-- Considering /usr/lib/libharfbuzz.so.0.10400.1 ..
--1492-- .. CRC mismatch (computed 7ead9d5a wanted 427b5577)
--1492-- Considering /usr/lib/.debug/libharfbuzz.so.0.10400.1 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /usr/lib/libexpat.so.1.6.2
--1492-- Considering /usr/lib/libexpat.so.1.6.2 ..
--1492-- .. CRC mismatch (computed a741d6b3 wanted e97979f4)
--1492-- Considering /usr/lib/.debug/libexpat.so.1.6.2 ..
--1492-- .. CRC is valid
--1492-- Reading syms from /lib/libblkid.so.1.1.0
--1492-- Considering /lib/libblkid.so.1.1.0 ..
--1492-- .. CRC mismatch (computed b4202548 wanted 82cbbb38)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- Reading syms from /lib/libuuid.so.1.3.0
--1492-- Considering /lib/libuuid.so.1.3.0 ..
--1492-- .. CRC mismatch (computed eaabe443 wanted 90e44625)
--1492-- object doesn't have a symbol table
--1492-- Reading EXIDX entries: 1 available
--1492-- Reading EXIDX entries: 0 attempted, 0 successful
--1492-- REDIR: 0x538d740 (libc.so.6:memset) redirected to 0x484d254 (memset)
--1492-- REDIR: 0x5394340 (libc.so.6:memcpy) redirected to 0x484b1e8 (memcpy)
--1492-- REDIR: 0x538bff0 (libc.so.6:rindex) redirected to 0x4848d98 (rindex)
--1492-- REDIR: 0x538bc41 (libc.so.6:strlen) redirected to 0x4849588 (strlen)
--1492-- REDIR: 0x148fc1 (NONE:malloc) redirected to 0x4845844 (malloc)
--1492-- REDIR: 0x1496c5 (NONE:calloc) redirected to 0x4847f8c (calloc)
--1492-- REDIR: 0x538be64 (libc.so.6:strncmp) redirected to 0x4849ec0 (strncmp)
--1492-- REDIR: 0x538b151 (libc.so.6:strcmp) redirected to 0x484a7d8 (strcmp)
--1492-- REDIR: 0x148499 (NONE:realloc) redirected to 0x48481f8 (realloc)
--1492-- REDIR: 0x538d400 (libc.so.6:memmove) redirected to 0x484d340 (memmove)
--1492-- REDIR: 0x538b070 (libc.so.6:index) redirected to 0x4848fe8 (index)
--1492-- REDIR: 0x538b044 (libc.so.6:strcat) redirected to 0x4849128 (strcat)
--1492-- REDIR: 0x147289 (NONE:free) redirected to 0x4846e84 (free)
--1492-- REDIR: 0x538cf61 (libc.so.6:memchr) redirected to 0x484aaa8 (memchr)
--1492-- REDIR: 0x538ca98 (libc.so.6:strstr) redirected to 0x484e5c4 (strstr)
--1492-- REDIR: 0x538f5d0 (libc.so.6:rawmemchr) redirected to 0x484dc88 (rawmemchr)
--1492-- REDIR: 0x538cffc (libc.so.6:bcmp) redirected to 0x484c900 (bcmp)
--1492-- REDIR: 0x538b450 (libc.so.6:stpcpy) redirected to 0x484ca78 (stpcpy)
--1492-- REDIR: 0x538f65c (libc.so.6:strchrnul) redirected to 0x484dc50 (strchrnul)
--1492-- REDIR: 0x538c44c (libc.so.6:strspn) redirected to 0x484e878 (strspn)
--1492-- REDIR: 0x538b6b0 (libc.so.6:strcspn) redirected to 0x484e7dc (strcspn)
--1492-- REDIR: 0x538bd1c (libc.so.6:strnlen) redirected to 0x48494d0 (strnlen)
--1492-- REDIR: 0x538d880 (libc.so.6:strcasecmp) redirected to 0x484a1b0 (strcasecmp)
--1492-- REDIR: 0x538c0bc (libc.so.6:strpbrk) redirected to 0x484e774 (strpbrk)
--1492-- REDIR: 0x538bfa4 (libc.so.6:strncpy) redirected to 0x4849980 (strncpy)
--1492-- WARNING: Serious error when reading debug info
--1492-- When reading debug info from /run/user/root/weston-shared-ohGGUS (deleted):
--1492-- failed to stat64/stat this file
--1492-- WARNING: Serious error when reading debug info
--1492-- When reading debug info from /run/user/root/weston-shared-ohGGUS (deleted):
--1492-- failed to stat64/stat this file
--1492-- WARNING: Serious error when reading debug info
--1492-- When reading debug info from /run/user/root/weston-shared-ohGGUS (deleted):
--1492-- failed to stat64/stat this file
==1492== Conditional jump or move depends on uninitialised value(s)
==1492== at 0x4014418: dl_open_worker (dl-open.c:202)
==1492== by 0x541DADF: _dl_catch_error (dl-error-skeleton.c:198)
==1492== by 0x4013F23: _dl_open (dl-open.c:649)
==1492== by 0x5297B9B: dlopen_doit (dlopen.c:66)
==1492== by 0x541DADF: _dl_catch_error (dl-error-skeleton.c:198)
==1492== by 0x52982CF: _dlerror_run (dlerror.c:163)
==1492== by 0x5297C3F: dlopen@@GLIBC_2.4 (dlopen.c:87)
==1492== by 0x54544FF: _g_module_open (gmodule-dl.c:97)
==1492== by 0x54544FF: g_module_open (gmodule.c:573)
==1492== by 0x4FC122F: ??? (in /usr/lib/libgdk_pixbuf-2.0.so.0.3601.0)
==1492==
--1492-- Reading syms from /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
--1492-- Considering /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so ..
--1492-- .. CRC mismatch (computed 30b668c3 wanted 4edb6bbe)
--1492-- object doesn't have a symbol table
==1492== Invalid read of size 1
==1492== at 0x51708DC: type_node_check_conformities_UorL (gtype.c:3451)
==1492== by 0x51708DC: type_node_conforms_to_U (gtype.c:3496)
==1492== by 0x51708DC: g_type_is_a (gtype.c:3523)
==1492== by 0x4BAA1AB: ??? (in /usr/lib/libgtk-3.so.0.2200.7)
==1492== Address 0x74672d0c is not stack'd, malloc'd or (recently) free'd
==1492==
==1492==
==1492== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==1492== Access not within mapped region at address 0x74672D0C
==1492== at 0x51708DC: type_node_check_conformities_UorL (gtype.c:3451)
==1492== by 0x51708DC: type_node_conforms_to_U (gtype.c:3496)
==1492== by 0x51708DC: g_type_is_a (gtype.c:3523)
==1492== by 0x4BAA1AB: ??? (in /usr/lib/libgtk-3.so.0.2200.7)
==1492== If you believe this happened as a result of a stack
==1492== overflow in your program's main thread (unlikely but
==1492== possible), you can try to increase the size of the
==1492== main thread stack using the --main-stacksize= flag.
==1492== The main thread stack size used in this run was 8388608.
==1492==
==1492== HEAP SUMMARY:
==1492== in use at exit: 950,137 bytes in 17,131 blocks
==1492== total heap usage: 174,969 allocs, 157,838 frees, 6,474,300 bytes allocated
==1492==
==1492== Searching for pointers to 16,215 not-freed blocks
==1492== Checked 5,519,320 bytes
==1492==
==1492== LEAK SUMMARY:
==1492== definitely lost: 0 bytes in 0 blocks
==1492== indirectly lost: 0 bytes in 0 blocks
==1492== possibly lost: 2,176 bytes in 56 blocks
==1492== still reachable: 874,545 bytes in 16,159 blocks
==1492== of which reachable via heuristic:
==1492== newarray : 3,168 bytes in 116 blocks
==1492== suppressed: 0 bytes in 0 blocks
==1492== Rerun with --leak-check=full to see details of leaked memory
==1492==
==1492== Use --track-origins=yes to see where uninitialised values come from
==1492== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 5 from 5)
==1492==
==1492== 1 errors in context 1 of 2:
==1492== Conditional jump or move depends on uninitialised value(s)
==1492== at 0x4014418: dl_open_worker (dl-open.c:202)
==1492== by 0x541DADF: _dl_catch_error (dl-error-skeleton.c:198)
==1492== by 0x4013F23: _dl_open (dl-open.c:649)
==1492== by 0x5297B9B: dlopen_doit (dlopen.c:66)
==1492== by 0x541DADF: _dl_catch_error (dl-error-skeleton.c:198)
==1492== by 0x52982CF: _dlerror_run (dlerror.c:163)
==1492== by 0x5297C3F: dlopen@@GLIBC_2.4 (dlopen.c:87)
==1492== by 0x54544FF: _g_module_open (gmodule-dl.c:97)
==1492== by 0x54544FF: g_module_open (gmodule.c:573)
==1492== by 0x4FC122F: ??? (in /usr/lib/libgdk_pixbuf-2.0.so.0.3601.0)
==1492==
==1492==
==1492== 2 errors in context 2 of 2:
==1492== Invalid read of size 1
==1492== at 0x51708DC: type_node_check_conformities_UorL (gtype.c:3451)
==1492== by 0x51708DC: type_node_conforms_to_U (gtype.c:3496)
==1492== by 0x51708DC: g_type_is_a (gtype.c:3523)
==1492== by 0x4BAA1AB: ??? (in /usr/lib/libgtk-3.so.0.2200.7)
==1492== Address 0x74672d0c is not stack'd, malloc'd or (recently) free'd
==1492==
--1492--
--1492-- used_suppression: 1 dl-hack3-cond-1 /usr/lib/valgrind/default.supp:1218
--1492-- used_suppression: 4 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a /usr/lib/valgrind/default.supp:1302
==1492==
==1492== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 5 from 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment