When calling a program with env that segfaults, I'm getting:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/uu/env/src/env.rs:311:67
With GNU env the error message is more helpful:
“env ./foo” terminated by signal SIGSEGV (Address boundary error)