From 0349a2b54432fc14e798a0dd10e34848e38dc6a0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Jan 2018 15:23:26 +0100 Subject: cdtest: Increase stack size --- testsuites/samples/cdtest/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/samples') diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index 5354a4c22a..6530682a93 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.h @@ -35,6 +35,9 @@ rtems_task main_task( #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) #define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT +/* On some platforms _Unwind_RaiseException() needs a lot of stack space */ +#define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE) + #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION #include -- cgit v1.2.3