diff --git a/hw/xquartz/mach-startup/bundle-main.c b/hw/xquartz/mach-startup/bundle-main.c index 363bf5ac1..353e1d2bc 100644 --- a/hw/xquartz/mach-startup/bundle-main.c +++ b/hw/xquartz/mach-startup/bundle-main.c @@ -626,6 +626,9 @@ main(int argc, char **argv, char **envp) mach_port_t mp; kern_return_t kr; + /* Ignore SIGPIPE */ + signal(SIGPIPE, SIG_IGN); + /* Setup our environment for our children */ setup_env();