mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
One predated correct redirection of the C++ library operator new One has a few line number changes plus I removed an assert that is firing (asserts firing in tests is never a good thing). And the last one is just line number changes.
15 lines
691 B
Plaintext
15 lines
691 B
Plaintext
|
|
Conflicting store by thread x at 0x........ size 4
|
|
at 0x........: counter::~counter() (annotate_smart_pointer.cpp:?)
|
|
by 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)
|