memcheck: Handle Err_ReallocSizeZero in MC_(eq_Error)
[valgrind.git] / memcheck / tests / sized_aligned_new_delete_misaligned.stderr.exp
blobafbd817baddb5eeb06e89b418d6f78e99fa2a7ca
1 new/new[] aligned failed and should throw an exception, but Valgrind
2 cannot throw exceptions and so is aborting instead. Sorry.
3 ...
4 by 0x........: operator new(unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
5 by 0x........: main (sized_aligned_new_delete_misaligned.cpp:69)
6 new/new[] aligned failed and should throw an exception, but Valgrind
7 cannot throw exceptions and so is aborting instead. Sorry.
8 ...
9 by 0x........: operator new[](unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
10 by 0x........: main (sized_aligned_new_delete_misaligned.cpp:81)