openclaw - 💡(How to fix) Fix [Bug] openclaw status/cron list hangs with SIGKILL on Windows (Node v22+) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#69805Fetched 2026-04-22 07:48:06
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants
RAW_BUFFERClick to expand / collapse

Bug Description

openclaw status and openclaw cron list hang indefinitely and are killed with SIGKILL on Windows 11 with Node v22+.

Environment:

  • Windows 11 (x64)
  • Node.js v22.13.0 / v24.15.0 / v25.8.2 (all tested)
  • OpenClaw 2026.4.15
  • npm install

Reproduction:

  1. Install OpenClaw 4.15 via pm install -g [email protected]
  2. Run openclaw status or openclaw cron list
  3. Command hangs, then killed with SIGKILL (visible in system message)

What works:

  • openclaw --version ✅
  • openclaw --help ✅
  • Gateway HTTP (port 18789) ✅
  • All cron jobs execute normally ✅
  • News generation and push ✅
  • openclaw status works fine on OpenClaw 4.14 ✅

What doesn't work:

  • openclaw status ❌ (SIGKILL after ~10-15s)
  • openclaw cron list ❌ (SIGKILL)
  • openclaw doctor ❌ (SIGKILL)

Additional observations:

  • The problem persists across Node versions v22/v24/v25, suggesting the issue is in OpenClaw 4.15 itself, not the Node version
  • Node v25.8.2 is a preview release, but the same issue occurs on v22.13.0 (LTS)
  • The exec subprocess appears to be killed by a signal, not an exit code
  • Gateway process memory ~1GB when command hangs

Possible cause: OpenClaw 4.15 may have introduced a regression in the exec command handling on Windows, possibly related to the cron list detection fix (commit 43bf5b29) or some other change in the CLI execution path.

Expected behavior: openclaw status and openclaw cron list should return within a few seconds and display the expected information without being killed.

extent analysis

TL;DR

Downgrade to OpenClaw 4.14 to avoid the regression introduced in version 4.15 that causes openclaw status and openclaw cron list to hang indefinitely on Windows 11 with Node.js v22+.

Guidance

  • Verify that the issue is specific to OpenClaw 4.15 by testing with OpenClaw 4.14, as indicated by the fact that openclaw status works fine on this version.
  • Check the system logs for any error messages related to the SIGKILL signal that is killing the openclaw status and openclaw cron list commands.
  • Investigate the changes introduced in OpenClaw 4.15, particularly the cron list detection fix (commit 43bf5b29), to understand how they might be causing the regression.
  • Consider testing with different Node.js versions to confirm that the issue is not specific to a particular version, although the problem persists across Node versions v22/v24/v25.

Example

No code snippet is provided as the issue seems to be related to a specific version of OpenClaw and its interaction with the operating system and Node.js, rather than a code-level problem.

Notes

The issue appears to be specific to OpenClaw 4.15 on Windows 11, and downgrading to OpenClaw 4.14 may be the most straightforward workaround until the regression is fixed in a future version of OpenClaw.

Recommendation

Apply workaround: Downgrade to OpenClaw 4.14, as this version has been confirmed to work correctly and the issue seems to be specific to the changes introduced in OpenClaw 4.15.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING