| OLD | NEW |
| 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" | 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" |
| 2 | 2 |
| 3 # Third party lib, driver issues. | 3 # Third party lib, driver issues. |
| 4 { | 4 { |
| 5 ati_driver_bug_1 | 5 ati_driver_bug_1 |
| 6 Memcheck:Param | 6 Memcheck:Param |
| 7 ioctl(generic) | 7 ioctl(generic) |
| 8 fun:ioctl | 8 fun:ioctl |
| 9 ... | 9 ... |
| 10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so | 10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 fun:*alloc | 98 fun:*alloc |
| 99 ... | 99 ... |
| 100 fun:Fc*Add* | 100 fun:Fc*Add* |
| 101 } | 101 } |
| 102 { | 102 { |
| 103 #Same root cause as font_config_bug_2. | 103 #Same root cause as font_config_bug_2. |
| 104 #The 'leak' here is a copy of rule values, as opposed to new values. | 104 #The 'leak' here is a copy of rule values, as opposed to new values. |
| 105 font_config_bug_3 | 105 font_config_bug_3 |
| 106 Memcheck:Leak | 106 Memcheck:Leak |
| 107 fun:*alloc | 107 fun:*alloc |
| 108 ... |
| 108 fun:FcConfigValues | 109 fun:FcConfigValues |
| 109 fun:FcConfigSubstituteWithPat | 110 fun:FcConfigSubstituteWithPat |
| 110 fun:FcFontRenderPrepare | 111 fun:FcFontRenderPrepare |
| 111 } | 112 } |
| 112 { | 113 { |
| 113 zlib_bug_1 | 114 zlib_bug_1 |
| 114 Memcheck:Cond | 115 Memcheck:Cond |
| 115 fun:inflateReset2 | 116 fun:inflateReset2 |
| 116 fun:inflateInit2_ | 117 fun:inflateInit2_ |
| 117 fun:png_create_read_struct_2 | 118 fun:png_create_read_struct_2 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 { | 207 { |
| 207 gpu_issue_14 | 208 gpu_issue_14 |
| 208 Memcheck:Addr4 | 209 Memcheck:Addr4 |
| 209 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra
wTargetb | 210 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra
wTargetb |
| 210 } | 211 } |
| 211 { | 212 { |
| 212 gpu_issue_15 | 213 gpu_issue_15 |
| 213 Memcheck:Addr2 | 214 Memcheck:Addr2 |
| 214 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra
wTargetb | 215 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra
wTargetb |
| 215 } | 216 } |
| OLD | NEW |