zephyr/tests/net
Kumar Gala deae969de3 tests: net: lib: dns: dns_addremove: Increase stack size for FRDM-K64F
CONFIG_MAIN_STACK_SIZE was originally 1344 in this test.  The following
commit removed setting the stack size in the test:

commit 7b3cd7d371
Author: Cami Carballo <cami.carballo@intel.com>
Date:   Fri Jul 26 10:59:16 2019 -0400

    tests: net: increase stack size

However getting the default stack size on FRDM-K64F of 512 causes the
following panic:

FATAL: ***** BUS FAULT *****
FATAL:   Stacking error
FATAL:   Imprecise data bus error
FATAL:   NXP MPU error, port 3
FATAL:     Mode: Supervisor, Data Address: 0x20002ff0
FATAL:     Type: Write, Master: 0, Regions: 0x8200
FATAL: r0/a1:  0x00000000  r1/a2:  0x00000000  r2/a3:  0x00000000
FATAL: r3/a4:  0x00000000 r12/ip:  0x00000000 r14/lr:  0x00000000
FATAL:  xpsr:  0x200002f4
FATAL: Faulting instruction address (r15/pc): 0x00000000
FATAL: >>> ZEPHYR FATAL ERROR 2: Stack overflow
FATAL: Current thread: 0x2000182c (main)
FATAL: Halting system

Bump stack back to original 1344 fixes the issue.

Fixes #18292

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-08-16 09:20:45 +02:00
..
6lo tests: net: 6Lo: Add test criterion HDR diff 2019-07-25 15:19:28 +03:00
all net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
arp tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
buf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
checksum_offload tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
context tests: net: context: Let the net_context cb to run first 2019-08-05 16:25:18 +03:00
dhcpv4 tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
ethernet_mgmt tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
icmpv6 tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
ieee802154 boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
iface tests/net/: samples/net/: add a few 'userspace' tags 2019-07-15 09:05:10 -04:00
ip-addr tests: net: ip-addr: Avoid possible null pointer dereference 2019-07-02 11:37:05 +03:00
ipv6 tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
ipv6_fragment tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lib tests: net: lib: dns: dns_addremove: Increase stack size for FRDM-K64F 2019-08-16 09:20:45 +02:00
mgmt tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
mld tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
neighbor tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
net_pkt tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
ppp/driver tests: net: ppp: Add unit tests for PPP driver 2019-07-29 10:24:46 +03:00
promiscuous tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
ptp/clock tests/net/ptp/clock: add 'userspace' tag 2019-07-04 11:44:11 +03:00
route tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
socket tests: net: udp: We need to reserve enough space for the data 2019-08-14 09:15:34 +03:00
tcp tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
traffic_class tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
trickle tests: net: trickle: Adjust config options to avoid error prints 2019-07-10 18:55:37 +03:00
tx_timestamp tests: net: tx_timestmp: Fix the tests 2019-07-03 09:42:45 +03:00
udp tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
utils tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
vlan tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00