1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-08 00:16:11 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/drd/tests/annotate_smart_pointer2.stderr.exp
2015-12-13 22:34:58 +09:00

14 lines
622 B
Plaintext

Conflicting store by thread x at 0x........ size 4
at 0x........: counter::~counter() (annotate_smart_pointer.cpp:?)
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:?)
Address 0x........ is at offset ... from 0x......... Allocation context:
at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (annotate_smart_pointer.cpp:?)
Done.
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)