[pacman-dev] [PATCH 2/2] create coredump on segfault

2019-06-07 Thread Andrew Gregory
Overriding the segfault handler prevents the creation of core dumps by the default handler, which makes debugging segfaults difficult. Signed-off-by: Andrew Gregory --- src/pacman/sighandler.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/src/p

Re: [pacman-dev] [PATCH 2/2] create coredump on segfault

2019-08-05 Thread Allan McRae
On 8/6/19 2:12 pm, Andrew Gregory wrote: > Overriding the segfault handler prevents the creation of core dumps by > the default handler, which makes debugging segfaults difficult. > > Signed-off-by: Andrew Gregory > --- This looks good to me. I did a double take at the underscore leading the fu