patacongo commented on PR #15320: URL: https://github.com/apache/nuttx/pull/15320#issuecomment-2561524374
> well, it's even before nx_start is called. > if you consider the context "on the idle thread", sure. The IDLE thread is not fully initialized until nx_start is called (via idle_task_initialize()). Trying to get the errno from an unitialized kernel thread is even worse. g_nx_initstate holds the initialization phase. -- 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