1{ 2 suppress all libpython leaks 3 Memcheck:Leak 4 ... 5 obj:*libpython*.so* 6} 7 8{ 9 suppress all _rpm.so leaks (from python) 10 Memcheck:Leak 11 ... 12 obj:*_rpm.so* 13} 14 15{ 16 suppress all librpm.so leaks (from python) 17 Memcheck:Leak 18 ... 19 obj:*librpm.so* 20} 21 22{ 23 suppress all libfreeblpriv3.so leaks (from python) 24 Memcheck:Leak 25 ... 26 obj:*libfreeblpriv3.so* 27 ... 28} 29 30{ 31 suppress all libsoftokn3.so leaks (from python) 32 Memcheck:Leak 33 ... 34 obj:*libsoftokn3.so* 35} 36 37{ 38 suppress leaks from bash 39 Memcheck:Leak 40 ... 41 obj:*bash 42} 43 44{ 45 suppress helgrind race report from elfutils's elf_version function. 46 Helgrind:Race 47 fun:elf_version 48} 49 50{ 51 suppress helgrind race report from elfutils's elf_begin function. 52 Helgrind:Race 53 fun:elf_begin 54} 55 56{ 57 suppress helgrind another race report from elfutils. 58 Helgrind:Race 59 fun:_dlerror_run 60} 61 62{ 63 <insert_a_suppression_name_here> 64 Helgrind:Race 65 fun:_ZNSo9_M_insertImEERSoT_ 66} 67 68{ 69 suppress helgrind race report from inserting into an ostream 70 Helgrind:Race 71 fun:_ZNSo9_M_insertIlEERSoT_ 72} 73 74 75{ 76 Writting to ostream has data races (IAUI) I believe due to facets-related manipulations. 77 Helgrind:Race 78 fun:_ZNSo9_M_insertIyEERSoT_ 79} 80 81{ 82 <insert_a_suppression_name_here> 83 Helgrind:Race 84 fun:_ZNSo9_M_insertImEERSoT_ 85 fun:operator<< 86} 87 88{ 89 <insert_a_suppression_name_here> 90 Helgrind:Race 91 obj:/usr/lib64/libgcc_s*.so* 92 fun:_Unwind_RaiseException 93} 94 95{ 96 <insert_a_suppression_name_here> 97 Helgrind:Race 98 obj:/usr/lib64/libgcc_s*.so* 99 obj:/usr/lib64/libgcc_s*.so* 100 fun:_Unwind_RaiseException 101} 102 103{ 104 <insert_a_suppression_name_here> 105 Helgrind:Race 106 obj:/usr/lib64/libgcc_s*.so* 107 obj:/usr/lib64/libgcc_s*.so* 108 obj:/usr/lib64/libgcc_s*so.* 109 fun:_Unwind_RaiseException 110} 111 112 113{ 114 <insert_a_suppression_name_here> 115 Helgrind:Race 116 fun:_Unwind_SetGR 117 fun:__gxx_personality_v0 118 obj:/usr/lib64/libgcc_s*.so* 119 fun:_Unwind_RaiseException 120} 121 122{ 123 <insert_a_suppression_name_here> 124 Helgrind:Race 125 fun:_Unwind_SetGR 126 fun:__gxx_personality_v0 127 obj:/usr/lib64/libgcc_s*.so* 128 fun:_Unwind_RaiseException 129} 130 131{ 132 <insert_a_suppression_name_here> 133 Helgrind:Race 134 fun:memcpy 135 fun:__libc_sigaction 136}