File: pth_cond_destroy_busy.stderr.exp

package info (click to toggle)
valgrind 1%3A3.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156,980 kB
  • sloc: ansic: 728,128; exp: 26,134; xml: 22,268; cpp: 7,638; asm: 7,312; makefile: 6,102; perl: 5,910; sh: 5,717
file content (12 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12

destruction of condition variable being waited upon: cond 0x........
   at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
   by 0x........: main (pth_cond_destroy_busy.c:?)
cond 0x........ was first observed at:
   at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
   by 0x........: main (pth_cond_destroy_busy.c:?)

First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.

ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)