OLD | NEW |
1 # This file is used in addition to the one already maintained in Chrome. | 1 # This file is used in addition to the one already maintained in Chrome. |
2 # It acts as a place holder for future additions for WebRTC. | 2 # It acts as a place holder for future additions for WebRTC. |
3 # It must exist for the Python wrapper script to work properly. | 3 # It must exist for the Python wrapper script to work properly. |
4 | 4 |
5 # There are three kinds of suppressions in this file. | 5 # There are three kinds of suppressions in this file. |
6 # 1. third_party libraries | 6 # 1. third_party libraries |
7 # 2. webrtc stuff | 7 # 2. webrtc stuff |
8 # 3. libjingle stuff (talk folder) | 8 # 3. libjingle stuff (talk folder) |
9 #----------------------------------------------------------------------- | 9 #----------------------------------------------------------------------- |
10 | 10 |
11 # third_party libraries | 11 # third_party libraries |
12 | 12 |
13 { | 13 { |
14 libnss_leak_hitting_trusty_machines | |
15 Memcheck:Leak | |
16 fun:calloc | |
17 obj:/usr/lib/x86_64-linux-gnu/libnss3.so | |
18 ... | |
19 fun:NSS_NoDB_Init | |
20 ... | |
21 } | |
22 { | |
23 libc_free_hitting_gce_vms | 14 libc_free_hitting_gce_vms |
24 Memcheck:Free | 15 Memcheck:Free |
25 fun:free | 16 fun:free |
26 fun:__libc_freeres | 17 fun:__libc_freeres |
27 fun:_vgnU_freeres | 18 fun:_vgnU_freeres |
28 ... | 19 ... |
29 } | 20 } |
30 { | 21 { |
31 Ubuntu_Precise_Itoa_Optimized_Code | 22 Ubuntu_Precise_Itoa_Optimized_Code |
32 Memcheck:Uninitialized | 23 Memcheck:Uninitialized |
(...skipping 25 matching lines...) Expand all Loading... |
58 Memcheck:Unaddressable | 49 Memcheck:Unaddressable |
59 fun:pthread_mutex_unlock | 50 fun:pthread_mutex_unlock |
60 fun:_ZN9rtc15CriticalSection5LeaveEv | 51 fun:_ZN9rtc15CriticalSection5LeaveEv |
61 fun:_ZN9rtc9CritScopeD1Ev | 52 fun:_ZN9rtc9CritScopeD1Ev |
62 ... | 53 ... |
63 fun:_ZN9rtc6Thread15ProcessMessagesEi | 54 fun:_ZN9rtc6Thread15ProcessMessagesEi |
64 fun:_ZN9rtc6Thread3RunEv | 55 fun:_ZN9rtc6Thread3RunEv |
65 fun:_ZN9rtc6Thread6PreRunEPv | 56 fun:_ZN9rtc6Thread6PreRunEPv |
66 } | 57 } |
67 { | 58 { |
68 bug_1976_2 | |
69 Memcheck:Leak | |
70 fun:calloc | |
71 obj:/usr/lib/x86_64-linux-gnu/libnss3.so | |
72 ... | |
73 fun:NSS_NoDB_Init | |
74 fun:_ZN9rtc10NSSContext13InitializeSSLEPFbPvE | |
75 fun:_ZN9rtc13InitializeSSLEPFbPvE | |
76 fun:_ZN9rtc10RandomTest13SetUpTestCaseEv | |
77 fun:_ZN7testing8TestCase16RunSetUpTestCaseEv | |
78 } | |
79 { | |
80 bug_2100_3 | 59 bug_2100_3 |
81 Memcheck:Uninitialized | 60 Memcheck:Uninitialized |
82 fun:tls1_enc | 61 fun:tls1_enc |
83 fun:ssl3_get_record | 62 fun:ssl3_get_record |
84 fun:ssl3_read_bytes | 63 fun:ssl3_read_bytes |
85 fun:ssl3_read_internal | 64 fun:ssl3_read_internal |
86 fun:ssl3_read | 65 fun:ssl3_read |
87 fun:SSL_read | 66 fun:SSL_read |
88 fun:_ZN9rtc20OpenSSLStreamAdapter4ReadEPvmPmPi | 67 fun:_ZN9rtc20OpenSSLStreamAdapter4ReadEPvmPmPi |
89 ... | 68 ... |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt
pServerMonitorEb | 436 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt
pServerMonitorEb |
458 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv | 437 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv |
459 } | 438 } |
460 { | 439 { |
461 bug_5989 | 440 bug_5989 |
462 Memcheck:Unaddressable | 441 Memcheck:Unaddressable |
463 ... | 442 ... |
464 fun:_ZNK3rtc15CriticalSection5EnterEv | 443 fun:_ZNK3rtc15CriticalSection5EnterEv |
465 ... | 444 ... |
466 } | 445 } |
OLD | NEW |