1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
{
google_protobuf_cpp_unclean_shutdown
Memcheck:Leak
match-leak-kinds: reachable,possible
...
fun:*google*protobuf*
}
{
google_protobuf_cpp_unclean_shutdown_abseil
Memcheck:Leak
match-leak-kinds: possible
...
fun:*absl*
}
{
abseil_deadlock_check_uninit_cond
Memcheck:Cond
...
fun:*UnwindImpl*
...
fun:*absl*GetStackTrace*
...
fun:*absl*DeadlockCheck*
...
fun:*absl*Mutex*Lock*
...
}
{
abseil_deadlock_check_value8
Memcheck:Value8
...
fun:*UnwindImpl*
...
fun:*absl*GetStackTrace*
...
fun:*absl*DeadlockCheck*
...
fun:*absl*Mutex*Lock*
...
}
|