Comment 14 for bug 651294

Revision history for this message
Chris Halse Rogers (raof) wrote :

On further inspection, I think that to trigger this crash I need to have at least one window open when logging out.

I've got a bit further with gdb watches; it looks like the drawable is getting freed with DoDestroyDrawable from GLX but not removed from the serverClient's resource list, so when later in the shutdown process FreeClientResources is called it runs into the garbage of a free'd drawable.