mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00:00
Directly calling abort() doesn't print a stack trace, nor any useful message. Instead FatalError() should be used in cases, where there's really no other way than terminating the Xserver. The FatalError function also tries to make a smooth shutdown (eg. resetting video mode), so console doesn't end up locked. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>