mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
Dnother iteration for getting the right expected line numbers.
This commit is contained in:
parent
46607a76bd
commit
2269aeb76c
@ -25,7 +25,7 @@ The object at address 0x........ is not a mutex.
|
||||
by 0x........: main (tc09_bad_unlock.c:52)
|
||||
|
||||
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
||||
at 0x........: nearly_main (tc09_bad_unlock.c:44)
|
||||
at 0x........: nearly_main (tc09_bad_unlock.c:43)
|
||||
by 0x........: main (tc09_bad_unlock.c:52)
|
||||
mutex 0x........ was first observed at:
|
||||
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
|
||||
@ -48,7 +48,7 @@ The object at address 0x........ is not a mutex.
|
||||
by 0x........: main (tc09_bad_unlock.c:53)
|
||||
|
||||
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
||||
at 0x........: nearly_main (tc09_bad_unlock.c:44)
|
||||
at 0x........: nearly_main (tc09_bad_unlock.c:43)
|
||||
by 0x........: main (tc09_bad_unlock.c:53)
|
||||
mutex 0x........ was first observed at:
|
||||
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Jump to the invalid address stated on the next line
|
||||
...
|
||||
by 0x........: main (badjump2.c:47)
|
||||
by 0x........: main (badjump2.c:48)
|
||||
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
||||
|
||||
Signal caught, as expected
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user