#Coredump signal

5 messages · Page 1 of 1 (latest)

waxen lance
#

I want to get the result of process, I wannar how I can get the coredump signal of the process,

#

for example , zsh. I wanner get the signal of coredump. But I have searched a lot , but still cannot know how to realize it

waxen lance
#

use std::os::unix::process::ExitStatusExt;

#

coredump is here

#

finished..