If you have
"admin": {
"access_log_path": "/dev/null",
"address": "tcp://127.0.0.1:8001/"
}
(note the trailing / on the address) then Envoy will segfault. Deleting the trailing / cures the segfault.
Segfault is arguably a bit harsh as a misconfiguration diagnostic. ;)