Skip to content

Commit bd85f2a

Browse files
committed
added patterns to valgrind suppression file
// BelongsTo: CS-632 // [skip ci]
1 parent b53c0bb commit bd85f2a

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

valgrind.supp

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
{
75-
@todo CS-632 Event master does not clean up event clients and their data at shutdown
75+
@todo CS-632 (1) Event master does not clean up event clients and their data at shutdown
7676
Memcheck:Leak
7777
match-leak-kinds: definite
7878
fun:malloc
@@ -83,9 +83,30 @@
8383
fun:_Z27cull_hash_create_hashtablesP6_lList
8484
fun:_Z12lSelectDPackPKcPK6_lListPK11_lConditionPK7_lDescrPK13_lEnumerationbP15sge_pack_bufferPj
8585
fun:_ZL21add_list_event_directP10_lListElemS0_b
86-
fun:_ZL29sge_event_master_process_sendPK10_lListElemP12monitoring_t
87-
fun:_Z33sge_event_master_process_requestsP12monitoring_t
88-
fun:_Z21sge_event_master_mainPv
86+
...
87+
}
88+
{
89+
@todo CS-632 (2) Event master does not clean up event clients and their data at shutdown
90+
Memcheck:Leak
91+
match-leak-kinds: definite
92+
fun:malloc
93+
fun:_Z10sge_mallocm
94+
fun:_Z17sge_htable_createiPFPKvS0_EPFiS0_EPFiS0_S0_E
95+
fun:_Z16cull_hash_createPK7_lDescri
96+
fun:_Z27cull_hash_create_hashtablesP6_lList
97+
fun:_Z12lSelectDPackPKcPK6_lListPK11_lConditionPK7_lDescrPK13_lEnumerationbP15sge_pack_bufferPj
98+
fun:_ZL21add_list_event_directP10_lListElemS0_b
99+
...
100+
}
101+
102+
{
103+
@todo CS-632 (3) Event master does not clean up event clients and their data at shutdown
104+
Memcheck:Leak
105+
match-leak-kinds: definite
106+
fun:malloc
107+
fun:_Z10sge_mallocm
108+
fun:_Z15lCreateListHashPKcPK7_lDescrb
109+
fun:_ZL21add_list_event_directP10_lListElemS0_b
89110
...
90111
}
91112

@@ -121,3 +142,5 @@
121142
fun:start_thread
122143
fun:clone
123144
}
145+
146+

0 commit comments

Comments
 (0)