child-process-promise icon indicating copy to clipboard operation
child-process-promise copied to clipboard

Kill signal is not checked or logged hiding the actual cause of failure

Open aalexgabi opened this issue 2 years ago • 0 comments

If a process gets killed (by user or by the os due to reaching memory limit) the resulting error hides the actual cause:

`<command>` failed with code null

Currently in the code the signal is not checked nor logged in the exception making it very hard to track down the actual issue. image

More info about the case in which code can be null here.

aalexgabi avatar Jan 18 '22 13:01 aalexgabi