On Fri, Jan 18, 2019 at 10:13:47AM +0100, Kamil Rytarowski wrote: > On 18.01.2019 10:08, Martin Husemann wrote: > > On Fri, Jan 18, 2019 at 10:01:22AM +0100, Kamil Rytarowski wrote: > >> It's interrupted because we cannot access the pages that are not > >> assigned (which is the cause of the original crash emitting SIGBUS). > > > > Which pages are not assigned? core dumps in general do work, so there > > must be something special here. > > > > Pages mapped post EOF of a file.
Oh sure, the core dumping should never fail due to bugs (or state of) the process it dumps. Martin