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,
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