On Fri, Jul 27, 2018 at 08:26:12AM +0800, Paul Goyette wrote: > Has anyone else seen anything similar? Any suggestions on how to debug this > further?
For debugging: make sure you have the debug and xdebug sets installed. Make the system accessible via ssh. When the problem happens again: from another machine ssh in, pgrep for the X server, use gdb -p to attach to it and get a backtrace. Martin
