On 04/13, Jonathan Nieder wrote:
> Brandon Williams wrote:
>
> > From what I can see, there are now no calls in the child process (after fork
> > and before exec/_exit) which are not Async-Signal-Safe. This means that
> > fork/exec in a threaded context should work without deadlock
>
> I don't s
Brandon Williams wrote:
> From what I can see, there are now no calls in the child process (after fork
> and before exec/_exit) which are not Async-Signal-Safe. This means that
> fork/exec in a threaded context should work without deadlock
I don't see why the former implies the latter. Can you
v2 does a bit of restructuring based on comments from reviewers. I took the
patch by Eric and broke it up and tweaked it a bit to flow better with v2. I
left out the part of Eric's patch which did signal manipulation as I wasn't
experienced enough to know what it was doing or why it was necessary
3 matches
Mail list logo