https://bugs.kde.org/show_bug.cgi?id=417075

--- Comment #3 from Leonid Yuriev <l...@yuriev.ru> ---
> What does `valgrind --gen-suppressions=all ...` show ?
{
   <insert_a_suppression_name_here>
   Memcheck:Param
   pwritev(vector[0])
   fun:pwritev
   fun:mdbx_pwritev
   fun:mdbx_flush_iov
   fun:mdbx_page_flush
   fun:mdbx_txn_commit
   fun:_ZN8testcase16breakable_commitEv
   fun:_ZN8testcase39db_open__begin__table_create_open_cleanERj
   fun:_ZN15testcase_nested5setupEv
   fun:_Z12test_executeRK12actor_config
   fun:_Z16osal_actor_startRK12actor_configRi
   fun:main
}

{
   <insert_a_suppression_name_here>
   Memcheck:Param
   pwritev(vector[1])

...
   pwritev(vector[2])
...
   pwritev(vector[3]) and so on.


> Does it suppress if you use the suppression exactly as generated by valgrind ?
Suppressions works for an every explicitly `vector[N]`, but not for the
`vector[...]`.

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to