[rtems-docs commit] c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED

Sebastian Huber sebh at rtems.org
Thu Oct 6 07:11:08 UTC 2022


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

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

c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED

Document this fatal error.

---

 c-user/fatal-error/background.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/c-user/fatal-error/background.rst b/c-user/fatal-error/background.rst
index 6932846..3bc170f 100644
--- a/c-user/fatal-error/background.rst
+++ b/c-user/fatal-error/background.rst
@@ -316,13 +316,13 @@ INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT (31)
         }
 
 INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED (32)
-    Creation of an RTEMS initialization task failed.  This fatal error may
+    The creation of the RTEMS initialization task failed.  This fatal error may
     occur during system initialization.  It is an application configuration
     error.
 
 INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED (33)
-    Creation of a POSIX initialization thread failed.  This fatal error may
-    occur during system initialization.  It is an application configuration
+    The creation of the POSIX initialization thread failed.  This fatal error
+    may occur during system initialization.  It is an application configuration
     error.
 
 INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED (36)
@@ -356,3 +356,8 @@ INTERNAL_ERROR_TOO_LARGE_TLS_SIZE (41)
     :ref:`CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE <CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE>`.
     You can get the thread-local storage size of an application using the RTEMS
     tool ``rtems-execinfo``.
+
+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.



More information about the vc mailing list