File: valgrind-python.supp

package info (click to toggle)
wiredtiger 3.2.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 25,456 kB
  • sloc: ansic: 102,922; python: 52,573; sh: 6,915; java: 6,130; cpp: 2,311; makefile: 1,018; xml: 176
file content (44 lines) | stat: -rw-r--r-- 546 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
44
{
  Ignore python stuff: Cond
  Memcheck:Cond
  obj:*python*
}
{
  Ignore python stuff: Addr4
  Memcheck:Addr4
  obj:*python*
}
{
  Ignore python stuff: Addr8
  Memcheck:Addr8
  obj:*python*
}
{
  Ignore python stuff: Value4
  Memcheck:Value4
  obj:*python*
}
{
  Ignore python stuff: Value8
  Memcheck:Value8
  obj:*python*
}
{
  Ignore python stuff: Leak
  Memcheck:Leak
  fun:*alloc
  obj:*python*
}

{
  FreeBSD: shared libraries.
  Memcheck:Addr8
  ...
  fun:dlopen
}
{
  FreeBSD: shared libraries.
  Memcheck:Addr8
  ...
  fun:__wt_dlsym
}