### OS Ubuntu 18.04 (Windows Subsystem for Linux) ### Code `panicking` example package ### Issue Rust `panic!()` is caught and handled properly on the first call, but if called again, the server crashes:  Here's PG logs:  ### That little extra weird stuff This also happens when using `error!()` macro, but it requires 3 executions:  Here;s PG logs: 