Skip to content

Signal handling: Ctrl+C does not kill containers launched inside runtime containers #1701

@coderabbitai

Description

@coderabbitai

Description

When using Ctrl+C to interrupt operations in the containerized CLP package runtime, the signal is not properly propagated to native containers launched inside the runtime container. This can leave long-running containers orphaned, particularly when compression jobs do not report a completion status.

Impact

  • Orphaned containers continue running in the background
  • Resource consumption from abandoned workloads
  • Cleanup requires manual intervention to identify and stop orphaned containers

Context

This issue was identified during testing of the containerized runtime introduced in PR #1512, where CLI wrappers now run inside the clp-runtime Docker Compose service.

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions