-
Notifications
You must be signed in to change notification settings - Fork 77
/
valgrind_suppressions.txt
107 lines (107 loc) · 2.51 KB
/
valgrind_suppressions.txt
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
glibc_dlopen_implementation
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_dl_find_object_update
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:dlopen_doit
fun:_dl_catch_exception
fun:_dl_catch_error
fun:_dlerror_run
fun:dlopen_implementation
fun:dlopen@@GLIBC_2.34
}
{
dl_open_worker_strncmp
Memcheck:Addr8
fun:strncmp
fun:is_dst
...
fun:decompose_rpath
fun:cache_rpath
...
fun:_dl_map_object
fun:openaux
fun:_dl_catch_exception
fun:_dl_map_object_deps
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
}
{
qt_core_qlibraryprivate_load
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_dl_map_object_deps
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:dlopen_doit
fun:_dl_catch_exception
fun:_dl_catch_error
fun:_dlerror_run
fun:dlopen@@GLIBC_*
fun:*QLibraryPrivate*load_sys*
fun:*QLibraryPrivate*load*
}
{
qt_test_setup_with_platform_offscreen
Memcheck:Leak
match-leak-kinds: definite
fun:*
obj:*/plugins/platforms/libqoffscreen.so
...
fun:*QGuiApplicationPrivate*createPlatformIntegration*
fun:*QGuiApplicationPrivate*createEventDispatcher*
fun:*QCoreApplicationPrivate*init*
fun:*QGuiApplicationPrivate*init*
fun:*QGuiApplication*
...
}
{
qt_5_ci_qoffscreen_leak
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
obj:/home/runner/work/cxx-qt/Qt/5.15.2/gcc_64/plugins/platforms/libqoffscreen.so
}
{
qt_6_hash_function_aeshash
Memcheck:Addr16
fun:_mm_loadu_si128
fun:*aeshash*
fun:qHash
fun:calculateHash<QString>
fun:find
...
fun:registerString
fun:*SignalHandlerResolver*resolveSignalHandlerExpressions*Qml*Object*QString*QQmlPropertyCache
...
fun:*QQmlTypeCompiler*compile*
fun:*QQmlTypeData*compile*QQmlRefPointer*QQmlTypeNameCache*ResolvedTypeReferenceMap*function*QByteArray*
fun:*QQmlTypeData*done*
fun:tryDone
fun:*QQmlDataBlob*tryDone*
fun:*QQmlTypeLoader*setCachedUnit*QQmlDataBlob*QQmlPrivate*CachedQmlUnit*
fun:loadThread
fun:*QQmlTypeLoader*doLoad*CachedLoader*QQmlDataBlob*
...
}
{
qt_6_register_string_qstring
Memcheck:Addr16
...
fun:*Compiler*StringTableGenerator*registerString*QString
...
fun:*QQmlDataBlob*tryDone*
fun:*QQmlTypeLoader*setCachedUnit*QQmlDataBlob*QQmlPrivate*CachedQmlUnit*
fun:*QQmlTypeLoader*Load*CachedLoader*QQmlDataBlob*Mode*
...
}