-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Bug]: OpenClaw CLI commands remain alive as node.exe processes after execution on Windows #74378
Copy link
Copy link
Open
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Type
Fields
Priority
None yet
Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
OpenClaw CLI commands such as
versionandstatusremain alive asnode.exe ... openclaw.mjs <command>processes after execution on Windows.Steps to reproduce
Run OpenClaw 2026.4.26 on Windows.
Confirm the gateway is healthy:
{"ok":true,"status":"live"}
node "C:\Users\k\AppData\Roaming\npm\node_modules\openclaw\openclaw.mjs" version
Run the CLI entrypoint directly:
node "C:\Users\k\AppData\Roaming\npm\node_modules\openclaw\openclaw.mjs" version
Observe the process after 3 seconds and 13 seconds.
Repeat with:
node "C:\Users\k\AppData\Roaming\npm\node_modules\openclaw\openclaw.mjs" status
Observe the process after 3 seconds and 13 seconds.
Expected behavior
Impact and severity
No response
Additional information
No response