|
From: Florian K. <br...@ac...> - 2011-12-11 14:28:44
|
Bart, thanks for the updates. You beat me. I just got up :) I noticed two other failures (ignoring the new std_thread testcase). Fedora 16: drd/pth_cleanup_handler @@ -1,6 +1,5 @@ Cleanup handler has been called. Cleanup handler has been called. -Test succeeded. ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) Rich Coe's "ultra" build: drd/annotate_smart_pointer @@ -1,4 +1,16 @@ +Conflicting store by thread x at 0x........ size 8 + at 0x........: AnnotateCondVarSignal (unified_annotations.h:?) +Allocation context: unknown. + +Conflicting load by thread x at 0x........ size 8 + at 0x........: AnnotateCondVarSignal (unified_annotations.h:?) + by 0x........: U_AnnotateHappensBefore (unified_annotations.h:?) + by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?) + by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?) + by 0x........: main (annotate_smart_pointer.cpp:?) +Allocation context: unknown. + Done. I looked at builds from previous nights and those testcases compared consistently.. Do these failures look legitimate to you? Florian |