Re: shell hung in fork system call

2023-07-10 Thread Konstantin Belousov
On Mon, Jul 10, 2023 at 09:39:35AM +, John F Carr wrote: > > > > On Jul 9, 2023, at 19:59, Konstantin Belousov wrote: > > > > On Sun, Jul 09, 2023 at 11:36:03PM +, John F Carr wrote: > >> > >> > >>> On Jul 9, 2023, at 19:25, Konstantin Belousov wrote: > >>> > >>> On Sun, Jul 09,

Re: shell hung in fork system call

2023-07-10 Thread John F Carr
> On Jul 9, 2023, at 19:59, Konstantin Belousov wrote: > > On Sun, Jul 09, 2023 at 11:36:03PM +, John F Carr wrote: >> >> >>> On Jul 9, 2023, at 19:25, Konstantin Belousov wrote: >>> >>> On Sun, Jul 09, 2023 at 10:41:27PM +, John F Carr wrote: Kernel and system at

Re: shell hung in fork system call

2023-07-09 Thread Konstantin Belousov
On Sun, Jul 09, 2023 at 11:36:03PM +, John F Carr wrote: > > > > On Jul 9, 2023, at 19:25, Konstantin Belousov wrote: > > > > On Sun, Jul 09, 2023 at 10:41:27PM +, John F Carr wrote: > >> Kernel and system at a146207d66f320ed239c1059de9df854b66b55b7 plus some > >> irrelevant local

Re: shell hung in fork system call

2023-07-09 Thread John F Carr
> On Jul 9, 2023, at 19:25, Konstantin Belousov wrote: > > On Sun, Jul 09, 2023 at 10:41:27PM +, John F Carr wrote: >> Kernel and system at a146207d66f320ed239c1059de9df854b66b55b7 plus some >> irrelevant local changes, four 64 bit ARM processors, make.conf sets >> CPUTYPE?=cortex-a57.

Re: shell hung in fork system call

2023-07-09 Thread Konstantin Belousov
On Sun, Jul 09, 2023 at 10:41:27PM +, John F Carr wrote: > Kernel and system at a146207d66f320ed239c1059de9df854b66b55b7 plus some > irrelevant local changes, four 64 bit ARM processors, make.conf sets > CPUTYPE?=cortex-a57. > > I typed ^C while /bin/sh was starting a pipeline and my shell

shell hung in fork system call

2023-07-09 Thread John F Carr
Kernel and system at a146207d66f320ed239c1059de9df854b66b55b7 plus some irrelevant local changes, four 64 bit ARM processors, make.conf sets CPUTYPE?=cortex-a57. I typed ^C while /bin/sh was starting a pipeline and my shell got hung in the middle of fork(). >From the terminal: # git log