Skip to content

Commit dbf7003

Browse files
Christopher Friedtcfriedt
authored andcommitted
tests: posix + libc: qemu_x86*: use dynamic stack size of 4096
For qemu_x86 and qemu_x86_64, it would seem that heap-allocated thread stacks, as well as thread stacks defined via K_THREAD_STACK_ARRAY_DEFINE(), must be at least 4096 bytes in size. Using those sizes will ensure that these tests do not fail with stack overflows or MMU faults. Signed-off-by: Christopher Friedt <[email protected]>
1 parent 23016f4 commit dbf7003

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DYNAMIC_THREAD_STACK_SIZE=4096
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DYNAMIC_THREAD_STACK_SIZE=4096
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DYNAMIC_THREAD_STACK_SIZE=4096
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DYNAMIC_THREAD_STACK_SIZE=4096

0 commit comments

Comments
 (0)