Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-03-30 Thread Brian Inglis
On 2019-03-30 02:22, Achim Gratz wrote: > Brian Inglis writes: >> On 2019-03-29 14:23, Achim Gratz wrote: >>> Brian Inglis writes: > If you are packaging your own exes and dlls with your own local Cygwin > distro, > you should point to your local utility directory with a path in a

Re: [PATCH fifo 2/2] Cygwin: FIFO: add support for the duplex case

2019-03-30 Thread Ken Brown
Hi Takashi, On 3/30/2019 9:30 AM, Takashi Yano wrote: > Hi Ken, > > Do these patches enable to open FIFO multiple times with O_RDWR? > mc (midnight commander) tries to open FIFO twice with O_RDWR if > SHELL=/bin/tcsh, but fails. > https://cygwin.com/ml/cygwin/2017-03/msg00188.html No, I'm

Re: [PATCH fifo 2/2] Cygwin: FIFO: add support for the duplex case

2019-03-30 Thread Takashi Yano
Hi Ken, Do these patches enable to open FIFO multiple times with O_RDWR? mc (midnight commander) tries to open FIFO twice with O_RDWR if SHELL=/bin/tcsh, but fails. https://cygwin.com/ml/cygwin/2017-03/msg00188.html On Mon, 25 Mar 2019 23:06:10 + Ken Brown wrote: > If a FIFO is opened with

Re: [PATCH RFC] fork: reduce chances for "address space is already occupied" errors

2019-03-30 Thread Achim Gratz
Brian Inglis writes: > On 2019-03-29 14:23, Achim Gratz wrote: >> Brian Inglis writes: If you are packaging your own exes and dlls with your own local Cygwin distro, you should point to your local utility directory with a path in a file under /var/lib/rebase/user.d/$USER