1
2# errors to suppress when an outer runs an inner.
3# The below suppressions are assuming --read-inline-info=yes is used.
4
5#==4649== 16 bytes in 1 blocks are definitely lost in loss record 6 of 131
6#==4649==    at 0x2804262C: vgPlain_arena_malloc (m_mallocfree.c:1771)
7#==4649==    by 0x28042CB2: vgPlain_arena_strdup (m_mallocfree.c:2325)
8#==4649==    by 0x28042CB2: vgPlain_strdup (m_mallocfree.c:2391)
9#==4649==    by 0x280391D9: main_process_cmd_line_options (m_main.c:484)
10#==4649==    by 0x280391D9: valgrind_main (m_main.c:1965)
11#==4649==    by 0x2803DB32: _start_in_C_linux (m_main.c:3107)
12#==4649==    by 0x2803794B: ??? (in /home/philippe/valgrind/inner_trunk_untouched/memcheck/memcheck-x86-linux)
13{
14   "keep duplicated args forever as tools can make copies"
15   Memcheck:Leak
16   fun:vgPlain_arena_malloc
17   fun:vgPlain_arena_strdup
18   fun:vgPlain_strdup
19   fun:main_process_cmd_line_options
20   fun:valgrind_main
21}
22
23#==4649== 344 bytes in 1 blocks are definitely lost in loss record 75 of 131
24#==4649==    at 0x2804262C: vgPlain_arena_malloc (m_mallocfree.c:1771)
25#==4649==    by 0x28042B3E: vgPlain_malloc (m_mallocfree.c:2371)
26#==4649==    by 0x2808A893: setup_client_env (initimg-linux.c:202)
27#==4649==    by 0x2808A893: vgPlain_ii_create_image (initimg-linux.c:885)
28#==4649==    by 0x2803A538: valgrind_main (m_main.c:1839)
29#==4649==    by 0x2803DB32: _start_in_C_linux (m_main.c:3107)
30#==4649==    by 0x2803794B: ??? (in /home/philippe/valgrind/inner_trunk_untouched/memcheck/memcheck-x86-linux)
31{
32   "LD_PRELOAD_STRING inserted in env, difficult to free"
33   Memcheck:Leak
34   fun:vgPlain_arena_malloc
35   fun:vgPlain_malloc
36   fun:setup_client_env
37   fun:vgPlain_ii_create_image
38   fun:valgrind_main
39}
40
41#==14848== 368 bytes in 1 blocks are definitely lost in loss record 69 of 122
42#==14848==    at 0x280452C4: vgPlain_arena_malloc (m_mallocfree.c:1771)
43#==14848==    by 0x28085D7B: setup_client_env (initimg-linux.c:202)
44#==14848==    by 0x28085D7B: vgPlain_ii_create_image (initimg-linux.c:885)
45#==14848==    by 0x2803DDF6: valgrind_main (m_main.c:1839)
46#==14848==    by 0x28040DDB: _start_in_C_linux (m_main.c:3107)
47#==14848==    by 0x2803B7D0: ??? (in /home/philippe/valgrind/inner_trunk_untouched/memcheck/memcheck-amd64-linux)
48{
49   "LD_PRELOAD_STRING inserted in env, difficult to free"
50   Memcheck:Leak
51   fun:vgPlain_arena_malloc
52#??????? unclear why this is not in the stacktrace on amd64/gcc20   fun:vgPlain_malloc
53   fun:setup_client_env
54   fun:vgPlain_ii_create_image
55   fun:valgrind_main
56}
57