File: valgrind.supp

package info (click to toggle)
libpg-query 17-6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,420 kB
  • sloc: ansic: 171,152; sql: 78,873; ruby: 1,547; makefile: 266; cpp: 221
file content (43 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
   google_protobuf_cpp_unclean_shutdown
   Memcheck:Leak
   match-leak-kinds: reachable,possible
   ...
   fun:*google*protobuf*
}

{
   google_protobuf_cpp_unclean_shutdown_abseil
   Memcheck:Leak
   match-leak-kinds: possible
   ...
   fun:*absl*
}

{
   abseil_deadlock_check_uninit_cond
   Memcheck:Cond
   ...
   fun:*UnwindImpl*
   ...
   fun:*absl*GetStackTrace*
   ...
   fun:*absl*DeadlockCheck*
   ...
   fun:*absl*Mutex*Lock*
   ...
}

{
   abseil_deadlock_check_value8
   Memcheck:Value8
   ...
   fun:*UnwindImpl*
   ...
   fun:*absl*GetStackTrace*
   ...
   fun:*absl*DeadlockCheck*
   ...
   fun:*absl*Mutex*Lock*
   ...
}