mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Make sure that the same name is used in ld stack frames on 32- and 64-bit systems.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8057
This commit is contained in:
@@ -18,7 +18,7 @@ sed \
|
||||
-e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
|
||||
-e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \
|
||||
-e "s:[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so):(within libpthread-?.?.so):" \
|
||||
-e "s:(within /lib/ld-[0-9.]*\.so):(within ld-?.?.so):" \
|
||||
-e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
|
||||
-e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \
|
||||
-e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ FIXME: can't figure out how to verify wrap of sem_post
|
||||
|
||||
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
||||
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
|
||||
by 0x........: (within /lib64/ld-2.8.so)
|
||||
by 0x........: (within ld-?.?.so)
|
||||
by 0x........: exit (in /...libc...)
|
||||
by 0x........: (below main) (in /...libc...)
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ FIXME: can't figure out how to verify wrap of sem_post
|
||||
|
||||
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
||||
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
|
||||
by 0x........: (within /lib64/ld-2.8.so)
|
||||
by 0x........: (within ld-?.?.so)
|
||||
by 0x........: exit (in /...libc...)
|
||||
by 0x........: (below main) (in /...libc...)
|
||||
[1/1] mutex_destroy invalid mutex 0x........
|
||||
|
||||
Reference in New Issue
Block a user