mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Added suppression patterns for the most recent libglib and libQtCore versions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10769
This commit is contained in:
parent
675914e025
commit
7ae907a088
@ -166,6 +166,13 @@
|
||||
drd:ConflictingAccess
|
||||
fun:g_slice_free_chain_with_offset
|
||||
}
|
||||
{
|
||||
drd-libglib-g_main_context_new
|
||||
drd:ConflictingAccess
|
||||
fun:fcntl
|
||||
obj:/usr/lib*/libglib-*.so*
|
||||
fun:g_main_context_new
|
||||
}
|
||||
|
||||
#
|
||||
# Suppression patterns for libQtCore.
|
||||
@ -203,6 +210,11 @@
|
||||
fun:_ZN24QAbstractEventDispatcherD2Ev
|
||||
fun:_ZN20QEventDispatcherGlibD0Ev
|
||||
}
|
||||
{
|
||||
drd-libQtCore-QMutexPool::get(void const*)
|
||||
drd:ConflictingAccess
|
||||
fun:_ZN10QMutexPool3getEPKv
|
||||
}
|
||||
|
||||
#
|
||||
# Suppression patterns for libboost.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user