1
2# errors to suppress when an outer runs an inner.
3
4# ==31040== 16 bytes in 1 blocks are definitely lost in loss record 10 of 106
5# ==31040==    at 0x2803A367: vgPlain_arena_malloc (m_mallocfree.c:1599)
6# ==31040==    by 0x2803ADE3: vgPlain_strdup (m_mallocfree.c:2140)
7# ==31040==    by 0x2803208A: valgrind_main (m_main.c:437)
8# ==31040==    by 0x28035F3C: _start_in_C_linux (m_main.c:2799)
9# ==31040==    by 0x28030B4B: ??? (in install/lib/valgrind/memcheck-x86-linux)
10{
11   "keep duplicated args forever as tools can make copies"
12   Memcheck:Leak
13   fun:vgPlain_arena_malloc
14   fun:vgPlain_strdup
15   fun:valgrind_main
16}
17
18# ==31040== 392 bytes in 1 blocks are definitely lost in loss record 58 of 106
19# ==31040==    at 0x2803A367: vgPlain_arena_malloc (m_mallocfree.c:1599)
20# ==31040==    by 0x2803A9CF: vgPlain_malloc (m_mallocfree.c:2156)
21# ==31040==    by 0x280738F0: vgPlain_ii_create_image (initimg-linux.c:202)
22# ==31040==    by 0x280327CF: valgrind_main (m_main.c:1718)
23# ==31040==    by 0x28035F3C: _start_in_C_linux (m_main.c:2799)
24# ==31040==    by 0x28030B4B: ??? (in install/lib/valgrind/memcheck-x86-linux)
25{
26   "LD_PRELOAD_STRING inserted in env, difficult to free"
27   Memcheck:Leak
28   fun:vgPlain_arena_malloc
29   fun:vgPlain_malloc
30   fun:vgPlain_ii_create_image
31   fun:valgrind_main
32}
33
34# ==32749== 400 bytes in 1 blocks are definitely lost in loss record 47 of 96
35# ==32749==    at 0x2803D0D7: vgPlain_arena_malloc (m_mallocfree.c:1599)
36# ==32749==    by 0x28072DAB: vgPlain_ii_create_image (initimg-linux.c:202)
37# ==32749==    by 0x28036264: valgrind_main (m_main.c:1718)
38# ==32749==    by 0x280392FC: _start_in_C_linux (m_main.c:2799)
39# ==32749==    by 0x28034920: ??? (in install/lib/valgrind/memcheck-amd64-linux)
40{
41   "LD_PRELOAD_STRING inserted in env, difficult to free"
42   Memcheck:Leak
43   fun:vgPlain_arena_malloc
44   fun:vgPlain_ii_create_image
45   fun:valgrind_main
46}
47