Hi again, On 19.02.2014 22:18, Manuel Kasser wrote: [...] > And if X dies ealier: if that means all graphical processes get > SIGTERMed, it shouldn't be a problem anyways, even if they didn't > receive the SIGTERM originally intended for them by the shutdown > procedure but another one, should it? > > This means: race or not, doesn't matter, does it? [...]
When the X server exits, all that processes see is that their connection to the X server is closed. This is an "end of file" condition on a unix socket. There is no signal involved here. So this is a completely separate failure case. Good night, Uli -- Sent from my Game Boy. -- To unsubscribe, send mail to [email protected].
