mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Added two new suppression patterns and generalized an existing one.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11264
This commit is contained in:
parent
f8b1abd1c0
commit
d89f22bdaa
@ -99,12 +99,23 @@
|
||||
...
|
||||
fun:_Unwind_ForcedUnwind
|
||||
}
|
||||
{
|
||||
drd-libpthread-_Unwind_GetCFA
|
||||
drd:ConflictingAccess
|
||||
fun:_Unwind_GetCFA
|
||||
}
|
||||
{
|
||||
drd-libpthread-_Unwind_Resume
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:_Unwind_Resume
|
||||
}
|
||||
{
|
||||
drd-libpthread-?
|
||||
drd:ConflictingAccess
|
||||
obj:/lib/libgcc_s.so.1
|
||||
obj:/lib/libpthread-2.11.2.so
|
||||
}
|
||||
{
|
||||
drd-libpthread-nanosleep
|
||||
drd:ConflictingAccess
|
||||
@ -164,6 +175,7 @@
|
||||
{
|
||||
drd-libglib-access-g_threads_got_initialized
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext
|
||||
fun:_ZN20QEventDispatcherGlibC1EP7QObject
|
||||
obj:/usr/lib*/libQtCore.so.4.*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user