Skip to content

net: lib: http_client: net.http_client fails #90653

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

Closed
katgiadla opened this issue May 27, 2025 · 0 comments · Fixed by #90656
Closed

net: lib: http_client: net.http_client fails #90653

katgiadla opened this issue May 27, 2025 · 0 comments · Fixed by #90656
Assignees
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug

Comments

@katgiadla
Copy link
Collaborator

katgiadla commented May 27, 2025

Describe the bug
The test tests/net/lib/http_client/net.http_client fails.

Observed for:

  • nrf52840dk/nrf52840
  • nrf5340dk/nrf5340/cpuapp
  • nrf5340dk/nrf5340/cpuapp/ns
  • nrf9160dk@0.14.0/nrf9160/ns.

To Reproduce
Steps to reproduce the behavior:

  1. go to your zephyr dir
  2. call ./scripts/twister -s net.http_client -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs --west-flash="--erase"
  3. See console output with error

Expected behavior
Valid console output

Impact
Not clear

Logs and console output

*** Booting Zephyr OS build v4.1.0-4633-g94f78a035bfa ***
Running TESTSUITE http_client
===================================================================
START - test_http1_client_get
E: ***** USAGE FAULT *****
E:   Stack overflow (context area not valid)
E: r0/a1:  0x0001393c  r1/a2:  0x21000000  r2/a3:  0x6b8df3d1
E: r3/a4:  0x82ee5004 r12/ip:  0xc6fdb7cd r14/lr:  0x5a242060
E:  xpsr:  0x6a202600
E: Faulting instruction address (r15/pc): 0xe6ea94fe
E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
E: Current thread: 0x200008c0 (test_http1_client_get)
E: Halting system

Environment (please complete the following information):

  • OS: Ubuntu 20.04.1 LTS
  • Toolchain Zephyr SDK 0.17.0
  • Commit SHA or Version used: 94f78a0

Additional information:
Probably introducedy by commit 00d214c

@katgiadla katgiadla added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug area: Networking platform: nRF Nordic nRFx labels May 27, 2025
@github-project-automation github-project-automation bot moved this to To triage in nRF platform May 27, 2025
@rlubos rlubos self-assigned this May 27, 2025
@rlubos rlubos moved this from To triage to In review in nRF platform May 27, 2025
@github-project-automation github-project-automation bot moved this from In review to Done in nRF platform May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug platform: nRF Nordic nRFx priority: low Low impact/importance bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants