public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
From: Andrew Chambers <ac@acha•ninja>
To: goredo-devel@lists.cypherpunks.ru
Subject: Re: File descriptor leak
Date: Mon, 9 May 2022 12:31:37 +1200	[thread overview]
Message-ID: <b6ee4945-548c-df2e-370c-9e350a1a6cc7@acha.ninja> (raw)
In-Reply-To: <Ynesv6Sy83pVQ5x4@stargrave.org>


> inside goredo leads to the question: how many arguments should be
> processed at once? Of course that could be configurable, but that is an
> additional burden for the end-user, completely the same as adding xargs.
One idea would perhaps have been to inspect ulimit, but I agree that is 
still just a guess.
>
>
> So with 1.25.0 that kind of problems should pass away. I do not like
> that, but seems that is pretty acceptable compromise, with only a minor
> changes in the code.
>
>
Thanks, I appreciate your reasoned approach to resolving the issue.
> By the way, just a remark, your default.do contains "set -o pipefail",
> that does not exist in POSIX shell. For example FreeBSD's /bin/sh tells:
>      set: Illegal option -o pipefail
>
Note this is accepted for upcoming POSIX, so in the end Freebsd will 
need to change :)

Kind regards,
Andrew Chambers

  reply	other threads:[~2022-05-09  0:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-08  4:44 File descriptor leak Andrew Chambers
2022-05-08  8:22 ` goredo
2022-05-08  9:12   ` Andrew Chambers
2022-05-08 11:21     ` goredo
2022-05-08 11:42 ` Sergey Matveev
2022-05-09  0:31   ` Andrew Chambers [this message]
2022-05-09  7:10     ` Sergey Matveev