Skip to content

Commit

Permalink
Add CI valgrind suppression opencv ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthr05 committed Mar 23, 2021
1 parent b58f9c2 commit c8c700f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cmake/valgrind-linux.supp
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,24 @@
fun:_ZN2cv8cvtColorERKNS_11_InputArrayERKNS_12_OutputArrayEii
fun:_ZN2cv5arucoL14_convertToGreyERKNS_11_InputArrayERKNS_12_OutputArrayE
}

{
<ubuntu-20.04-opencv-aruco-ci>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
obj:/usr/lib/x86_64-linux-gnu/libtbb.so.2
obj:/usr/lib/x86_64-linux-gnu/libtbb.so.2
obj:/usr/lib/x86_64-linux-gnu/libopencv_core.so.4.2.0
obj:/usr/lib/x86_64-linux-gnu/libtbb.so.2
obj:/usr/lib/x86_64-linux-gnu/libtbb.so.2
obj:/usr/lib/x86_64-linux-gnu/libtbb.so.2
obj:/usr/lib/x86_64-linux-gnu/libopencv_core.so.4.2.0
obj:/usr/lib/x86_64-linux-gnu/libopencv_core.so.4.2.0
fun:_ZNK3tbb10interface78internal15task_arena_base16internal_executeERNS1_13delegate_baseE
}

0 comments on commit c8c700f

Please sign in to comment.