[BUG] Crash on CLI

Resolved 💬 3 comments Opened Sep 19, 2025 by euroblaze Closed Sep 25, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Use case

While installing an SSL certificate, at around this point below, the CC crashed with a big chunder!
The crash is reproducable.

Linux myerp-v18 6.12.41+deb13-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.41-1 (2025-08-12) x86_64 GNU/Linux

● Bash(sudo systemctl status certbot.timer)
  ⎿  ● certbot.timer - Run certbot twice daily                                            
          Loaded: loaded (/usr/lib/systemd/system/certbot.timer; enabled; preset: enabled)
          Active: active (waiting) since Fri 2025-09-19 13:14:37 UTC; 13min ago
     … +5 lines (ctrl+o to expand)

● Bash(sudo certbot renew --dry-run 2>&1 | grep -E "(erp.wapsol.de|Congratulations|error|failed)")
  ⎿  Error: Command timed out after 2m 0.0s

* Checking certificate auto-renewal setup… (esc to interrupt · ctrl+t to show todos)

What Should Happen?

The command sudo certbot renew --dry-run 2>&1 | grep -E should exit successfully and gracefully.

Error Messages/Logs

See above

Steps to Reproduce

Prompt..

On this machine, there are dockers running a python & postgresql app.
NGINX proxy them to https://erp.wapsol.de.
Automatically update the certificates in a timely fashion.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

1.0.119 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗