-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Networkingarea: SamplesSamplesSamplesbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
Found couple of issues:
log_strdup_alloc_failed error
net shell is not working from the telnet side even if the connection is established
To Reproduce
Steps to reproduce the behavior:
- samples/net/telnet
- mkdir build; cd build
- cmake -GNinja -DBOARD=qemu_x86 ..
- ninja && ninja run
- From the terminal,
$ telnet 192.0.2.1
Expected behavior
Access net shell via telnet
Impact
Sample is not working as described in https://docs.zephyrproject.org/latest/samples/net/telnet/README.html
Screenshots or console output
output attached
telnet-output.txt
Environment (please complete the following information):
- OS: Linux FC28
- Toolchain Zephyr SDK
- 3dea408
Metadata
Metadata
Assignees
Labels
area: Networkingarea: SamplesSamplesSamplesbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug