Skip to content

Commit

Permalink
samples: sockets: big_http_download: Increase stack size by 128 bytes
Browse files Browse the repository at this point in the history
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 <paul.sokolovsky@linaro.org>
  • Loading branch information
pfalcon authored and jukkar committed Mar 16, 2020
1 parent e13205b commit bbb4355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/net/sockets/big_http_download/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CONFIG_NEWLIB_LIBC=y
CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_MAIN_STACK_SIZE=2176

# Networking config
CONFIG_NETWORKING=y
Expand Down

0 comments on commit bbb4355

Please sign in to comment.