130
130
Bash

Program Interrupted (SIGINT)

Process interrupted by Ctrl+C (SIGINT).

Meaning

Process interrupted by Ctrl+C (SIGINT).

Typical Trigger

User pressed Ctrl+C.

Fast Fix

Avoid sending SIGINT if you need graceful shutdown.

#signal #interruption #sigint

Meaning

128 + SIGINT (2) = 130.

Typical Triggers

  • User pressed Ctrl+C.
  • Supervisor sent SIGINT.

Quick Checks

  • Check terminal or supervisor logs.
  • Review signal handling in the app.

Fix Steps

  • Avoid sending SIGINT if you need graceful shutdown.
  • Handle SIGINT to clean up before exit.

Quick Facts

Code
130
Tool
Bash
Category
signal

Terminal AI Assistant

TmuxAI is a terminal AI assistant for tmux and CLI workflows. Get help with commands, fixes, and explanations without breaking focus.

Explore TmuxAI