Comment 3 for bug 1481330

Revision history for this message
Christopher Townsend (townsend) wrote : Re: Reading/setting xprop on Xmir window causes it to close

I also ran xprop in gdb to see what may be causing the Xmir window to clsoe and just the simple exit(0) at the end of xprop.c causes it to close.

Based on the call to XCloseDisplay() and xprop exiting causing Xmir to close, I'm wondering if Xmir is being too aggressive on cleaning up when the application is done with DISPLAY???? Need some expert advice here:)