Skip to content

Commit bbb4355

Browse files
pfalconjukkar
authored andcommitted
samples: sockets: big_http_download: Increase stack size by 128 bytes
Without it, the sample crashes for qemu_x86 with: [00:00:03.080,000] <err> os: Page fault at address 0x7275632f (error code 0x10) [00:00:03.080,000] <err> os: Linear address not present in page tables [00:00:03.080,000] <err> os: PDPTE: Non-present ... Increase by reasonable, but small amount, to keep watching stack usage growth trends in Zephyr. Signed-off-by: Paul Sokolovsky <[email protected]>
1 parent e13205b commit bbb4355

File tree

1 file changed

+1
-1
lines changed
  • samples/net/sockets/big_http_download

1 file changed

+1
-1
lines changed

samples/net/sockets/big_http_download/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CONFIG_NEWLIB_LIBC=y
33
CONFIG_MBEDTLS=y
44
CONFIG_MBEDTLS_ENABLE_HEAP=y
5-
CONFIG_MAIN_STACK_SIZE=2048
5+
CONFIG_MAIN_STACK_SIZE=2176
66

77
# Networking config
88
CONFIG_NETWORKING=y

0 commit comments

Comments
 (0)