Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: tests/net/vlan/net: vlan: header_reserved test Timeout #84424

Open
hakehuang opened this issue Jan 23, 2025 · 1 comment · May be fixed by #84425
Open

tests: tests/net/vlan/net: vlan: header_reserved test Timeout #84424

hakehuang opened this issue Jan 23, 2025 · 1 comment · May be fixed by #84425
Assignees
Labels
area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@hakehuang
Copy link
Collaborator

Describe the bug
header_reserved test is Timeout on v4.0.0-3867-g3bccb227ae85 on mimxrt1060_evk@C/mimxrt1062/qspi
testcase path is tests/net/vlan

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1060_evk@C/mimxrt1062/qspi  -T tests/net/vlan --sub-test mimxrt1060_evk@C/mimxrt1062/qspi:tests/net/vlan/net.vlan.header_reserved.variable_size

or

# cd tests/tests/net/vlan
# west build -b mimxrt1060_evk@C/mimxrt1062/qspi
# west flash
  1. See error

Expected behavior
test pass

Impact

Logs and console output

W: You have 9 IPv6 net_if addresses but 10 network interfaces
W: Consider increasing CONFIG_NET_IF_MAX_IPV6_COUNT value.
*** Booting Zephyr OS build v4.0.0-3867-g3bccb227ae85 ***
Running TESTSUITE net_vlan
===================================================================
START - test_vlan_enable_disable
 PASS - test_vlan_enable_disable in 0.001 seconds
===================================================================
START - test_vlan_enable_disable_all
 PASS - test_vlan_enable_disable_all in 0.001 seconds
===================================================================
START - test_vlan_ipv6_sendto_recvfrom
E: ***** MPU FAULT *****
E:   Stacking error (context area might be not valid)
E:   Data Access Violation
E:   MMFAR Address: 0x80002ab8
E: r0/a1:  0x80105088  r1/a2:  0x39e5e78e  r2/a3:  0x00000000
E: r3/a4:  0x80001088 r12/ip:  0x00000001 r14/lr:  0x00000034
E:  xpsr:  0x6000de00
E: Faulting instruction address (r15/pc): 0x800006e4
E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
E: Current thread: 0x80000c40 (test_vlan_ipv6_sendto_recvfrom)
E: Halting system

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: v4.0.0-3867-g3bccb227ae85
@hakehuang hakehuang added area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug labels Jan 23, 2025
@hakehuang
Copy link
Collaborator Author

Also fails on mimxrt1060_evk@C/mimxrt1062/qspi for v4.0.0-3867-g3bccb227ae85

@hakehuang hakehuang reopened this Jan 23, 2025
@hakehuang hakehuang self-assigned this Jan 23, 2025
@hakehuang hakehuang transferred this issue from zephyrproject-rtos/test_results Jan 23, 2025
hakehuang added a commit to nxp-upstream/zephyr that referenced this issue Jan 23, 2025
add extra size for test

fixes: zephyrproject-rtos#84424

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
@hakehuang hakehuang linked a pull request Jan 23, 2025 that will close this issue
hakehuang added a commit to nxp-upstream/zephyr that referenced this issue Jan 23, 2025
add extra size for test

fixes: zephyrproject-rtos#84424

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
@kartben kartben added the priority: low Low impact/importance bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants