Re: [PATCH wayland] tests: disable coredumps on sanity-test

2018-03-15 Thread Pekka Paalanen
On Thu, 15 Mar 2018 10:57:26 + Daniel Stone wrote: > On 14 February 2018 at 12:38, Pekka Paalanen wrote: > > SEGV and ABRT by default cause a core dump, which may create a file, > > launch crash handlers, and so on. sanity-test has 21 processes that > > are expected to crash like this. Disab

Re: [PATCH wayland] tests: disable coredumps on sanity-test

2018-03-15 Thread Daniel Stone
On 14 February 2018 at 12:38, Pekka Paalanen wrote: > SEGV and ABRT by default cause a core dump, which may create a file, > launch crash handlers, and so on. sanity-test has 21 processes that > are expected to crash like this. Disable core dumps on them all. > > I counted 21 entries in coredumpct

[PATCH wayland] tests: disable coredumps on sanity-test

2018-02-14 Thread Pekka Paalanen
From: Pekka Paalanen SEGV and ABRT by default cause a core dump, which may create a file, launch crash handlers, and so on. sanity-test has 21 processes that are expected to crash like this. Disable core dumps on them all. I counted 21 entries in coredumpctl list, while only 16 functions needed