#why

2 messages · Page 1 of 1 (latest)

tawdry plover
#

erro.log is:[tools] exec failed: Command aborted by signal SIGTERM

cedar peakBOT
#

That line is a symptom, not the root cause.

Command aborted by signal SIGTERM means the exec child got a real terminate signal. In OpenClaw, a normal exec timeout is usually reported as Command timed out..., so this more often means one of these:

  • the gateway/service restarted or stopped
  • the agent/session was aborted
  • something on the host sent SIGTERM to the child process

So, I’d check gateway restarts first.

Can you paste these?

openclaw --version
openclaw status --all
openclaw gateway status