Re: [cygwin] Re: Mandatory ASLR breaks Cygwin - Windows 10

2020-08-25 Thread Brian Inglis
On 2020-08-25 09:56, Eliot Moss wrote: > Meanwhile, WSL version 2 runs under a hypervisor and thus implements its own > fork directly, giving speeds more like Linux (a _lot_ faster). Hence it is > clear that the Windows OS team do not intend to support fork - they'd just say > "use a hypervisor".

Re: [cygwin] Re: Mandatory ASLR breaks Cygwin - Windows 10

2020-08-25 Thread Eliot Moss
Following up ... One possible practical direction than can ameliorate this in some cases, and more importantly, perhaps speed up creation of child processes, would be to support posix_spawn more directly under Cygwin. Right now, it does fork and then adjusts things, incurring all the problems

RE: [cygwin] Re: Mandatory ASLR breaks Cygwin - Windows 10

2020-08-25 Thread Jason Pyeron
> -Original Message- > From: Brian Inglis > Sent: Tuesday, August 25, 2020 11:13 AM > > On 2020-08-25 08:36, Alexandria Cortez wrote: > > On Tuesday, August 25, 2020 10:35 AM, Eliot Moss wrote:>> On Aug 25, 2020, > > at 10:17 AM, Alexandria > Cortez wrote: > >>> I was experimenting with