diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2009-05-04 19:05:59 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2009-05-04 19:05:59 +0200 |
commit | 6e410b3bb6ff51580897431105aae14591cbf7fb (patch) | |
tree | f8aeba9352710f10cd6b1d5138c8fc3ece91c8c3 /helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base |
Diffstat (limited to 'helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base')
-rw-r--r-- | helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base b/helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base new file mode 100644 index 0000000..74139f1 --- /dev/null +++ b/helgrind/tests/.svn/text-base/tc22_exit_w_lock.stderr.exp.svn-base @@ -0,0 +1,23 @@ + +Thread #x was created + ... + by 0x........: pthread_create@* (hg_intercepts.c:...) + by 0x........: main (tc22_exit_w_lock.c:39) + +Thread #x: Exiting thread still holds 2 locks + ... + +Thread #x was created + ... + by 0x........: pthread_create@* (hg_intercepts.c:...) + by 0x........: main (tc22_exit_w_lock.c:42) + +Thread #x: Exiting thread still holds 1 lock + ... + +Thread #x is the program's root thread + +Thread #x: Exiting thread still holds 1 lock + ... + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) |