On Thu, Jul 22, 2010 at 4:51 PM, Lowell Alleman wrote: > I'm in the process of trying to track down an Xorg "crash", but when I > attach gdb to the running X process, I discovered that it's actually exiting It sometimes work to set a breakpoint on "exit" or "_exit" and see in the backtrace where the process exits. I am not sure about Xorg though. Tormod