···2020 library_path: Option<String>,
2121 env: Env,
2222) -> Result<()> {
2323+ // This does not work on macOS
2324 std::panic::set_hook(Box::new(move |info| {
2425 let thread = std::thread::current();
2526 let thread_name = thread.name().unwrap_or("<unnamed>");