Closed repeatedly closed 5 years ago
Is there any reason why the environment variable should have the same name as sigdump's one?
Do you mean serverengine should have other name for dump like SERVERENGINE_DUMP_SIGNAL
?
Currently, serverengine's dump is for sigdump so users think SIGDUMP_SIGNAL
changes trap signal for sigump.
sigdump provides
SIGDUMP_SIGNAL
environment variable to change the target signal. serverengine now ignores this value so even if the user setsSIGDUMP_SIGNAL
, serverengine still dumps sigdump result byCONT
. This is unexpected behaviour.