Re: Bad behavior of background process in ksh pipeline subshell

2023-07-12 Thread guenther
On Wed, 12 Jul 2023, Lucas de Sena wrote: > In OpenBSD's ksh(1), a background process running in a subshell in a > pipeline does not read from standard input. AFAICT, there's a bug in the OpenBSD shell, but not the one you're reporting. :/ The behavior you're seeing is correct per POSIX...for

Bad behavior of background process in ksh pipeline subshell

2023-07-12 Thread Lucas de Sena
Hi, In OpenBSD's ksh(1), a background process running in a subshell in a pipeline does not read from standard input. Try running the following: $ ksh -c 'echo foo | { cat & }' The background cat(1) should read "foo" and write it into standard output, but it does not. Compare it with

Re: ARM64 installation with new snapshots not possible any longer

2023-07-12 Thread developer
Tried a snapshot from 12.07.2023 and can confirm it works. OpenBSD 7.3-current (GENERIC.MP) #2188: Mon Jul 10 14:25:11 MDT 2023 http://ftp.hostserver.de/archive/2023-07-12-0105/snapshots/arm64/miniroot73.img Zitat von Patrick Wildt : Root cause has been found, the next snap, whenever it

Re: patch crash related to remove_special_lines

2023-07-12 Thread Otto Moerbeek
On Tue, Jul 11, 2023 at 09:13:38PM +0200, Theo Buehler wrote: > On Tue, Jul 11, 2023 at 08:35:31PM +0200, Theo Buehler wrote: > > On Tue, Jul 11, 2023 at 02:32:48PM +0200, Theo Buehler wrote: > > > On Tue, Jul 11, 2023 at 11:48:57AM +0100, Stuart Henderson wrote: > > > > I ran into a segfault

Re: patch crash related to remove_special_lines

2023-07-12 Thread Florian Obser
looks reasonable. OK florian On 2023-07-11 21:13 +02, Theo Buehler wrote: > On Tue, Jul 11, 2023 at 08:35:31PM +0200, Theo Buehler wrote: >> On Tue, Jul 11, 2023 at 02:32:48PM +0200, Theo Buehler wrote: >> > On Tue, Jul 11, 2023 at 11:48:57AM +0100, Stuart Henderson wrote: >> > > I ran into a