Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / sized_aligned_new_delete_misaligned3.stderr.exp
blobb64efe449ffcfe0d34d53cf597173bf18cb35531
1 Invalid alignment value: 63 (should be non-zero and a power of 2)
2    at 0x........: operator new[](unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
3    by 0x........: main (sized_aligned_new_delete_misaligned3.cpp:8)
5 new/new[] aligned failed and should throw an exception, but Valgrind
6    cannot throw exceptions and so is aborting instead.  Sorry.
7    ...
8    by 0x........: operator new[](unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
9    by 0x........: main (sized_aligned_new_delete_misaligned3.cpp:8)