From 789b0caad7a2b715398927491b9e70bda718c987 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Feb 2019 09:17:57 +0100 Subject: 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) `_ 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 + ` `_. + Operations ========== -- cgit v1.2.3