Skip to content
Commit 9c728879 authored by Adam Jackson's avatar Adam Jackson 🎧
Browse files

os: Make OsSignalHandler ask for core dumps for signo != SIGQUIT



SIGQUIT is a normal termination request, but any other signal we handle
here wants a core. This has the effect of making FatalError's call to
AbortServer trigger the

    if (CoreDump)
        OsAbort();

path. This will allow us to remove some DDX code that has the same net
effect.

Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
Reviewed-by: default avatarOlivier Fourdan <ofourdan@redhat.com>
Reviewed-by: default avatarDave Airlie <airlied@redhat.com>
parent 0a255dce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment