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

2019-04-01 Thread Michael Haubenwallner
On 4/1/19 5:56 PM, Corinna Vinschen wrote: > On Apr 1 16:56, Corinna Vinschen wrote: >> On Apr 1 16:28, Michael Haubenwallner wrote: >>> On 3/28/19 9:30 PM, Corinna Vinschen wrote: can you please collect the base addresses of all DLLs generated during the build, plus their size and

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

2019-04-01 Thread Corinna Vinschen
On Apr 1 16:56, Corinna Vinschen wrote: > On Apr 1 16:28, Michael Haubenwallner wrote: > > Hi Corinna, > > > > On 3/28/19 9:30 PM, Corinna Vinschen wrote: > > > can you please collect the base addresses of all DLLs generated during > > > the build, plus their size and make a sorted list? It

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

2019-04-01 Thread Michael Haubenwallner
Hi Corinna, On 3/28/19 9:30 PM, Corinna Vinschen wrote: > On Mar 28 12:48, Michael Haubenwallner wrote: >> On 3/28/19 10:58 AM, Corinna Vinschen wrote: >>> On Mar 28 10:17, Michael Haubenwallner wrote: As it is not some other dll being loaded at the colliding adress: any idea how to

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

2019-04-01 Thread Corinna Vinschen
On Apr 1 16:28, Michael Haubenwallner wrote: > Hi Corinna, > > On 3/28/19 9:30 PM, Corinna Vinschen wrote: > > can you please collect the base addresses of all DLLs generated during > > the build, plus their size and make a sorted list? It would be > > interesting to know if the hash algorithm

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

2019-04-01 Thread Brian Inglis
On 2019-04-01 10:31, Michael Haubenwallner wrote: > > On 4/1/19 5:56 PM, Corinna Vinschen wrote: >> On Apr 1 16:56, Corinna Vinschen wrote: >>> On Apr 1 16:28, Michael Haubenwallner wrote: On 3/28/19 9:30 PM, Corinna Vinschen wrote: > can you please collect the base addresses of all