[rtems-docs commit] c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE

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


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 30 09:52:36 2022 +0200

c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE

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 7c394c7..cc1be30 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -366,3 +366,8 @@ 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.
+
+INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE (44)
+    There was not enough memory available to allocate an IDLE task stack.  This
+    fatal error may occur during system initialization.  It is an application
+    configuration error.



More information about the vc mailing list