Re: file bucket, mmaps and SIGBUS

2016-04-19 Thread Stefan Eissing
> Am 19.04.2016 um 13:50 schrieb Yann Ylavic : > > Hi Stefan, > > On Tue, Apr 19, 2016 at 12:02 PM, Stefan Eissing > wrote: >> The reported problem of segmentation faults in mod_http2 during a graceful >> restart seems to boil down to the fact that the document root is updated at >> the same

Re: file bucket, mmaps and SIGBUS

2016-04-19 Thread Yann Ylavic
Hi Stefan, On Tue, Apr 19, 2016 at 12:02 PM, Stefan Eissing wrote: > The reported problem of segmentation faults in mod_http2 during a graceful > restart seems to boil down to the fact that the document root is updated at > the same time. On my OS X I can reproduce the SIGBUS when GETting the s

file bucket, mmaps and SIGBUS

2016-04-19 Thread Stefan Eissing
The reported problem of segmentation faults in mod_http2 during a graceful restart seems to boil down to the fact that the document root is updated at the same time. On my OS X I can reproduce the SIGBUS when GETting the same 10 MB file again and again and copying over it. When I disable mmap f