mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
f1c877d67d
We shouldn't panic the kernel when a user task excepts, we can just kill the user task and it's children. Do this by returning to _exit() in kernel context. Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>