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

net.icmpv6 test fails on atsame54_xpro #25227

Closed
stephanosio opened this issue May 12, 2020 · 2 comments
Closed

net.icmpv6 test fails on atsame54_xpro #25227

stephanosio opened this issue May 12, 2020 · 2 comments
Assignees
Labels
area: Ethernet area: Networking 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: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) priority: low Low impact/importance bug Stale
Milestone

Comments

@stephanosio
Copy link
Member

Describe the bug
The tests/net/icmpv6/net.icmpv6 test fails on the atsame54_xpro board.

To Reproduce
Build and run tests/net/icmpv6/net.icmpv6 on atsame54_xpro.

Expected behavior
Test passes

Screenshots or console output

I: MAC: 02:04:25:00:28:ce
E: Failed to reserve data net buffers
E: Unable to initialize ETH queue0
E: ***** MPU FAULT *****
E:   Data Access Violation
E:   MMFAR Address: 0x0
E: r0/a1:  0x00000000  r1/a2:  0x00000000  r2/a3:  0x200012ec
E: r3/a4:  0x00000000 r12/ip:  0x2000094c r14/lr:  0x00008165
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x000089ce
E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
E: Current thread: 0x20000d8c (tx_workq)
E: Halting system

Environment (please complete the following information):

  • OS: Ubuntu 18.04
  • Toolchain: Zephyr SDK 0.11.2
  • Commit SHA: ed2d263
@stephanosio stephanosio added bug The issue is a bug, or the PR is fixing a bug area: Networking area: Tests Issues related to a particular existing or missing test platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) area: Ethernet priority: low Low impact/importance bug labels May 12, 2020
@stephanosio stephanosio self-assigned this May 12, 2020
@stephanosio stephanosio changed the title net.icmpv6 fails on atsame54_xpro net.icmpv6 test fails on atsame54_xpro May 12, 2020
@stephanosio stephanosio added this to the v2.3.0 milestone May 12, 2020
@stephanosio stephanosio added priority: medium Medium impact/importance bug and removed priority: low Low impact/importance bug labels May 13, 2020
@carlescufi carlescufi added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels May 21, 2020
@carlescufi carlescufi modified the milestones: v2.3.0, v2.4.0 Jun 5, 2020
@stephanosio
Copy link
Member Author

@jukkar I see that this test runs fine with the on-chip Ethernet peripheral disabled (by setting CONFIG_ETH_SAM_GMAC=n in this particular case) as done in other net tests (e.g. #25226 (comment)).

I am wondering if Ethernet peripherals were ever meant to be enabled for these tests. On SAM E70, the test runs without disabling the Ethernet peripheral, but it prints out some disturbing errors:

E: Failed to reserve data net buffers
E: Unable to initialize ETH queue0

@github-actions
Copy link

github-actions bot commented Sep 3, 2020

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Ethernet area: Networking 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: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) priority: low Low impact/importance bug Stale
Projects
None yet
Development

No branches or pull requests

2 participants