[rtems-docs commit] c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED

Sebastian Huber sebh at rtems.org
Fri Oct 14 12:53:53 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    36ae26d6e63d3300bfa5963407d22f255bcf4738
Changeset: http://git.rtems.org/rtems-docs/commit/?id=36ae26d6e63d3300bfa5963407d22f255bcf4738

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 29 10:07:41 2022 +0200

c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED

Document this fatal error.

---

 c-user/fatal-error/background.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/c-user/fatal-error/background.rst b/c-user/fatal-error/background.rst
index 3bc170f..7c394c7 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -361,3 +361,8 @@ INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED (42)
     The construction of the RTEMS initialization task failed.  This fatal error
     may occur during system initialization.  It is an application configuration
     error.
+
+INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED (43)
+    The creation of an IDLE task failed.  This fatal error may occur during
+    system initialization.  It happens if a task create extension fails for an
+    IDLE task.



More information about the vc mailing list