File: valgrind.suppression

package info (click to toggle)
libqtdbustest 0.2%2Bbzr42%2Brepack1-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: cpp: 556; sh: 59; makefile: 45
file content (58 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (8)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
   Ignore pthreads
   Memcheck:Leak
   ...
   fun:pthread_create@@*
}

{
   Glib memalign
   Memcheck:Leak
   ...
   fun:posix_memalign
}

{
   Ignore glib mainloop
   Memcheck:Leak
   ...
   fun:g_main_context_push_thread_default
}

{
   Ignore glib main context
   Memcheck:Leak
   ...
   fun:g_main_context_new
}

{
   False positive leak on strings in i386
   Memcheck:Leak
   fun:_Znwj
   fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
   ...
   fun:_ZN7testing14InitGoogleTestEPiPPc
   fun:(below main)
}

{
   False positive leak on strings on i386
   Memcheck:Leak
   fun:_Znwj
   fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
   ...
   fun:__libc_csu_init
   fun:(below main)
}

{
   Qt apparently has some statically allocated data here
   Memcheck:Leak
   fun:calloc
   fun:allocate_dtv
   fun:_ZN7QThread5startENS_8PriorityE
   obj:/usr/lib/*/libQt5Core.so.*
   ...
   obj:*
}