[BUG] sim_vpnkit is breaking watchdog? #15582
Labels
Arch: simulator
Issues related to the SIMulator
Area: Kernel
Kernel issues
Area: Networking
Effects networking subsystem
Area: OS Components
OS Components issues
OS: Linux
Issues related to Linux (building system, etc)
Type: Bug
Something isn't working
Hello,
I don't see anything wrong with the commit 61f0c97, however, it seems to have broken sim_vpnkit.
I come up with a minimal example, that we can reproduce even without running vpnkit.
When NuttX starts, it will try to reach vpnkit socket, and after some timeout it will proceed to nsh:
Description / Steps to reproduce the issue
Using NuttX
master
branch:Build and run:
Running current master (118f827) gives no output, and running on the debugger we can see the wd has expired:
Expected result:
If we revert that commit, it works:
git revert --no-commit 61f0c97193e3adbb1eee07bb854799d35843f12e make ./nuttx [... after about 10 seconds ...] NuttShell (NSH) NuttX-12.8.0 nsh>
I don't know how 61f0c97 could affect
sim_netdriver.c
, kthreads or kernel workqueues.Can anyone please give us a clue?
Thank you!
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu-24
NuttX Version
master
Issue Architecture
[Arch: simulator]
Issue Area
[Area: OS Components], [Area: Networking], [Area: Kernel]
Verification
The text was updated successfully, but these errors were encountered: