From 64fbeaa0d1b4321cb439923c86993d134fbd3acb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Oct 2022 08:47:14 +0200 Subject: score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL Ensure that the IDLE storage allocator did allocate a suffiently large area. Update #3835. Update #4524. --- cpukit/sapi/src/interrtext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/src/interrtext.c b/cpukit/sapi/src/interrtext.c index e828a82051..34b51419cf 100644 --- a/cpukit/sapi/src/interrtext.c +++ b/cpukit/sapi/src/interrtext.c @@ -85,7 +85,8 @@ static const char *const internal_error_text[] = { "INTERNAL_ERROR_TOO_LARGE_TLS_SIZE", "INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED", "INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED", - "INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE" + "INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE", + "INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL" }; const char *rtems_internal_error_text( rtems_fatal_code error ) -- cgit v1.2.3