[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Properly restore SIGCHLD if X startup fails
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Properly restore SIGCHLD if X startup fails
- Date: Mon, 27 Apr 2009 15:09:36 -0400
> Before starting X we set up a SIGCHLD handler to raise OSError if
> Xorg dies. But if that happens, we'll skip over the code that
> restores the old SIGCHLD handler, and thus the next subprocess we
> run will cause anaconda to catch OSError and die.
>
> This patch moves the signal restore code into a finally: block.
Applied, will push just as soon as I get some other stuff finished up.
Thanks for the patch.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]