Skip to content

Commit 9c5568c

Browse files
lupyuenxiaoxiang781216
authored andcommitted
testing/ltp: Increase Stack Size
Inside CI Build risc-v-05: `rv-virt:citest` fails with a Stack Overflow at ltp_interfaces_pthread_barrierattr_init_2_1: - apache/nuttx#15170 This PR doubles the Stack Size for `testing/ltp` (from 4096 bytes to 8192), so that `rv-virt:citest` completes successfully.
1 parent fa22f80 commit 9c5568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/ltp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if TESTING_LTP
1313

1414
config TESTING_LTP_STACKSIZE
1515
int "Linux Test Project stack size"
16-
default 4096
16+
default 8192
1717

1818
endif #TESTING_LTP

0 commit comments

Comments
 (0)