bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] retry opening startup files on EINTR


From: Grisha Levit
Subject: Re: [PATCH] retry opening startup files on EINTR
Date: Tue, 20 Feb 2024 04:51:06 -0500

On Tue, Feb 20, 2024 at 4:35 AM Grisha Levit <grishalevit@gmail.com> wrote:
>
> Though a similar test shows that the Readline part of the patch is wrong,
> and I'm not sure how to solve it, at least without changing existing
> applications' behavior (and requiring signal setup to happen before
> rl_initialize or rl_read_init_file are called).

Oh, I guess Readline can just retry reading the file once on EINTR and not
do any signal handling on its own.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]