[rtems-docs commit] c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA

Sebastian Huber sebh at rtems.org
Tue Feb 19 08:18:28 UTC 2019


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 19 09:17:57 2019 +0100

c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA

Update #3507.

---

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

diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index f24bce3..82fd82a 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -395,6 +395,11 @@ INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL (39)
     <https://man.openbsd.org/arc4random.3>`_ functions.  This fatal error can
     only be fixed with a different implementation of :c:func:`getentropy`.
 
+INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA (40)
+    This fatal error may happen during workspace initialization.  There is not
+    enough memory available to populate the per-CPU data areas, see
+    `<rtems/score/percpudata.h> <https://git.rtems.org/rtems/tree/cpukit/include/rtems/score/percpudata.h>`_.
+
 Operations
 ==========
 



More information about the vc mailing list