| Summary: | drd/tests/bar_bad and drd/tests/bar_bad_xml are non-deterministic | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Alexander Kanavin <alex.kanavin> |
| Component: | drd | Assignee: | Bart Van Assche <bart.vanassche+kde> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | yifan.yu |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Kanavin
2020-12-12 21:42:00 UTC
here is the diff file I collected for the test failure
```
--- bar_bad.stderr.exp 2018-03-09 12:34:56.000000000 +0000
+++ bar_bad.stderr.out 2021-04-23 21:34:56.654000000 +0000
@@ -25,14 +25,11 @@
destroy a barrier that has waiting threads
-Destruction of a barrier with active waiters: barrier 0x........
+
+destroy a barrier that was never initialised
+Not a barrier
at 0x........: pthread_barrier_destroy (drd_pthread_intercepts.c:?)
by 0x........: main (bar_bad.c:?)
-barrier 0x........ was first observed at:
- at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
- by 0x........: main (bar_bad.c:?)
-destroy a barrier that was never initialised
-
-ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
```
|