mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2026-06-15 08:17:05 +00:00
ci: match renamed libzmq leak frame in lsan suppressions
- LSan symbolizes the leak as the C++ method `zmq::msg_t::init_size` in the Debug sanitizer build, no longer the C wrapper `zmq_msg_init_size` - substring match failed (`_` vs `::`), so the suppression no longer applied and the asan+lsan+ubsan job failed in Pair/PubSub/Poller tests - add the demangled frame, keep the old pattern for older libzmq
This commit is contained in:
committed by
Dennis Klein
parent
f374e228ff
commit
0fd27cbbc3
@@ -1 +1,2 @@
|
|||||||
leak:zmq_msg_init_size
|
leak:zmq_msg_init_size
|
||||||
|
leak:zmq::msg_t::init_size
|
||||||
|
|||||||
Reference in New Issue
Block a user