Skip to content

Commit

Permalink
[tests] add more exceptions to deal with Ubuntu latest rebuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Oct 9, 2020
1 parent f95420b commit 2e6ec77
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions build-aux/knet_valgrind_memcheck.supp
Expand Up @@ -392,3 +392,92 @@
fun:crypto_init
fun:_knet_handle_crypto_set_config
}
{
openssl uncoditional jump (spotted on Ubuntu devel 10092020)
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_generate
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_instantiate
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_get0_public
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:encrypt_openssl.isra.0
fun:opensslcrypto_encrypt_and_signv
fun:opensslcrypto_encrypt_and_sign
fun:send_ping
fun:_send_pings
fun:_handle_heartbt_thread
fun:start_thread
}
{
openssl uncoditional jump (spotted on Ubuntu devel 10092020)
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_generate
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_instantiate
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_get0_public
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:encrypt_openssl.isra.0
fun:opensslcrypto_encrypt_and_signv
fun:opensslcrypto_encrypt_and_sign
fun:send_ping
fun:_send_pings
fun:_handle_heartbt_thread
}
{
openssl uncoditional jump (spotted on Ubuntu devel 10092020)
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
fun:RAND_DRBG_generate
fun:RAND_DRBG_bytes
fun:encrypt_openssl.isra.0
fun:opensslcrypto_encrypt_and_signv
fun:opensslcrypto_encrypt_and_sign
fun:send_ping
fun:_send_pings
fun:_handle_heartbt_thread
fun:start_thread
fun:clone
}
{
ubuntu-devel new toolchain is not stable yet (spotted on Ubuntu devel 10092020)
Memcheck:Param
socketcall.sendto(msg)
fun:sendto
fun:send_ping
fun:_send_pings
fun:_handle_heartbt_thread
fun:start_thread
fun:clone
}
{
ubuntu-devel new toolchain is not stable yet (spotted on Ubuntu devel 10092020)
Memcheck:Param
socketcall.sendto(msg)
fun:sendto
fun:send_pong
fun:process_ping
fun:_parse_recv_from_links
fun:_handle_recv_from_links
fun:_handle_recv_from_links_thread
fun:start_thread
fun:clone
}
{
ubuntu-devel new toolchain is not stable yet (spotted on Ubuntu devel 10092020)
Memcheck:Param
socketcall.sendto(msg)
fun:sendto
fun:send_pmtud_reply
fun:process_pmtud
fun:_parse_recv_from_links
fun:_handle_recv_from_links
fun:_handle_recv_from_links_thread
fun:start_thread
fun:clone
}

0 comments on commit 2e6ec77

Please sign in to comment.