util/ss/listen.c does lots of questionable things with longjmp(), including calling longjmp() in a signal handler while executing possibly non-reentrant application command code. It also copies jmpbufs around.