Re: [PATCH xserver] xwayland: Restore default signal handlers

2017-11-21 Thread Olivier Fourdan
Hi all, (sorry for top posting here, I just mean to keep the patch at th end). I think this patch raise the question of the intended use of FatalError() in the Xserver. - as an exit() on error: port out of range, host not on supported network type, unknown host, etc. screen init failed,

[PATCH xserver] xwayland: Restore default signal handlers

2017-11-20 Thread Olivier Fourdan
Xwayland is a pretty standard Wayland client, we want to be able to capture core dumps on crashes. Yet using "-core" in the command line is not what we want, because that causes any FatalError() to generate a core dump, meaning that we would get a core file for all Wayland server crashes, which wo