mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Added one more suppression pattern related to pthread_cancel().
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8643
This commit is contained in:
parent
1584888d91
commit
3b0288f088
@ -349,7 +349,7 @@
|
||||
fun:_pthread_cleanup_push_defer
|
||||
}
|
||||
{
|
||||
pthread-forced-unwind
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
obj:/lib*/ld-*.so
|
||||
obj:/lib*/ld-*.so
|
||||
@ -359,7 +359,7 @@
|
||||
fun:__pthread_unwind
|
||||
}
|
||||
{
|
||||
pthread-forced-unwind
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
fun:_Unwind_Find_FDE
|
||||
obj:/lib*/libgcc_s.so.1
|
||||
@ -368,7 +368,7 @@
|
||||
fun:__pthread_unwind
|
||||
}
|
||||
{
|
||||
pthread-forced-unwind
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
obj:/lib*/ld-*.so
|
||||
obj:/lib*/ld-*.so
|
||||
@ -379,7 +379,16 @@
|
||||
fun:__pthread_unwind
|
||||
}
|
||||
{
|
||||
pthread-forced-unwind
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
obj:/lib*/ld-*.so
|
||||
obj:/lib*/ld-*.so
|
||||
obj:/lib*/libgcc_s.so.1
|
||||
fun:_Unwind_ForcedUnwind
|
||||
fun:__pthread_unwind
|
||||
}
|
||||
{
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
fun:pthread_mutex_lock
|
||||
fun:_Unwind_Find_FDE
|
||||
@ -389,7 +398,7 @@
|
||||
fun:__pthread_unwind
|
||||
}
|
||||
{
|
||||
pthread-forced-unwind
|
||||
pthread-unwind
|
||||
drd:ConflictingAccess
|
||||
fun:pthread_mutex_unlock
|
||||
fun:_Unwind_Find_FDE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user