current->exit_code Where does this get initialised?
July 8, 2014
10:53 a.m.
Hi, Consider a scenario that a signal handler is getting executed and also ptrace is attached to the process in parallel. I have following queries : 1. If a signal is sent to the process from signal handler, Will the signal be delivered and handled(With ptrace already attached)? 2. what is current->exit_code here <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/kernel/...> ? If this is the exit code of the application, is it properly initialized at this point in time(while the signal is being delivered)? If yes, could someone help me spotting it in source? Looking forward for responses. Thank you Best Regards, Manty
4421
Age (days ago)
4421
Last active (days ago)
0 comments
1 participants
participants (1)
-
manty kuma