Hi Dom,
You can’t run app debug binaries against vpp release binaries because dlmalloc
will try to validate allocations between two processes. That’s the crash you
got lower. Try to run vpp debug binaries with tcp_echo debug binaries.
Most of our testing is based on vcl (say with iperf[1]). D
Hello,
I'm trying to run a simple test using the tcp_echo application using
19.08.1-release, but it just crashes pretty early on. I built a debug version
and tried to debug the crash that happens in mspace_malloc:
void* mspace_malloc(mspace msp, size_t bytes) {
mstate ms = (mstate)msp;
if (!ok_