Dnother iteration for getting the right expected line numbers.

This commit is contained in:
Paul Floyd 2021-10-11 08:16:32 +02:00
parent 46607a76bd
commit 2269aeb76c
2 changed files with 3 additions and 3 deletions

View File

@ -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:?)

View File

@ -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