[rtems-docs commit] c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL

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


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

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

c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL

Document this fatal error.

---

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

diff --git a/c-user/fatal-error/background.rst b/c-user/fatal-error/background.rst
index cc1be30..e3d7320 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -371,3 +371,10 @@ 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.
+
+INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL (45)
+    The task stack size of an IDLE task would have been less than the
+    configured stack size for IDLE tasks, see
+    :ref:`CONFIGURE_IDLE_TASK_STACK_SIZE <CONFIGURE_IDLE_TASK_STACK_SIZE>`.
+    This fatal error may occur during system initialization.  It is an
+    application configuration error.



More information about the vc mailing list