Skip to content

Commit

Permalink
added patterns to valgrind suppression file
Browse files Browse the repository at this point in the history
// BelongsTo: CS-632
// [skip ci]
  • Loading branch information
jgabler-hpc committed Oct 18, 2024
1 parent b53c0bb commit bd85f2a
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

{
@todo CS-632 Event master does not clean up event clients and their data at shutdown
@todo CS-632 (1) Event master does not clean up event clients and their data at shutdown
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
Expand All @@ -83,9 +83,30 @@
fun:_Z27cull_hash_create_hashtablesP6_lList
fun:_Z12lSelectDPackPKcPK6_lListPK11_lConditionPK7_lDescrPK13_lEnumerationbP15sge_pack_bufferPj
fun:_ZL21add_list_event_directP10_lListElemS0_b
fun:_ZL29sge_event_master_process_sendPK10_lListElemP12monitoring_t
fun:_Z33sge_event_master_process_requestsP12monitoring_t
fun:_Z21sge_event_master_mainPv
...
}
{
@todo CS-632 (2) Event master does not clean up event clients and their data at shutdown
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_Z10sge_mallocm
fun:_Z17sge_htable_createiPFPKvS0_EPFiS0_EPFiS0_S0_E
fun:_Z16cull_hash_createPK7_lDescri
fun:_Z27cull_hash_create_hashtablesP6_lList
fun:_Z12lSelectDPackPKcPK6_lListPK11_lConditionPK7_lDescrPK13_lEnumerationbP15sge_pack_bufferPj
fun:_ZL21add_list_event_directP10_lListElemS0_b
...
}

{
@todo CS-632 (3) Event master does not clean up event clients and their data at shutdown
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_Z10sge_mallocm
fun:_Z15lCreateListHashPKcPK7_lDescrb
fun:_ZL21add_list_event_directP10_lListElemS0_b
...
}

Expand Down Expand Up @@ -121,3 +142,5 @@
fun:start_thread
fun:clone
}


0 comments on commit bd85f2a

Please sign in to comment.