pussuw commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1134827578
For now I suggest for 1. that in sched/task/exit.c just - rename exit() -> _exit() - remove old _exit() - rename call to _exit() to up_exit() This way works and prevents the system crash. _exit() does a bit more than it is supposed to do, but it does that now anyway. When the file stream handling is fixed, the extra exit hook call can be removed. Otherwise we still get the crash. -- 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