pussuw opened a new pull request, #16173:
URL: https://github.com/apache/nuttx/pull/16173

   ## Summary
   
   If a process causes a fatal error when it's running a system call, the whole 
system should crash as the crash originated from the kernel.
   
   Do this by running the PANIC() branch, if task is in syscall.
   ## Impact
   
   Don't perform user segfault if the user process crashes during syscall 
(which is kernel code..).
   
   ## Testing
   
   MPFS target with CONFIG_BUILD_KERNEL=y and >100 processes / threads running.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to