Skip to content

Commit

Permalink
Add valgrind suppression for opencv unintialized memory
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthr05 committed Mar 23, 2021
1 parent 1dba12c commit 4924ce2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cmake/valgrind-linux.supp
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,23 @@
fun:_dl_open
fun:dlopen_doit
}

{
<ubuntu-20.04-opencv-aruco>
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
fun:_ZN2cv12WorkerThreadC1ERNS_10ThreadPoolEj
fun:_ZN2cv10ThreadPool12reconfigure_Ej
fun:_ZN2cv21parallel_for_pthreadsERKNS_5RangeERKNS_16ParallelLoopBodyEd
fun:_ZN2cv13parallel_for_ERKNS_5RangeERKNS_16ParallelLoopBodyEd
fun:_ZN2cv3hal8opt_AVX212cvtBGRtoGrayEPKhmPhmiiiib
fun:_ZN2cv3hal12cvtBGRtoGrayEPKhmPhmiiiib
fun:_ZN2cv16cvtColorBGR2GrayERKNS_11_InputArrayERKNS_12_OutputArrayEb
fun:_ZN2cv8cvtColorERKNS_11_InputArrayERKNS_12_OutputArrayEii
fun:_ZN2cv5arucoL14_convertToGreyERKNS_11_InputArrayERKNS_12_OutputArrayE
}

0 comments on commit 4924ce2

Please sign in to comment.