SIGINT exits prompt process but model work continues and OTel later reports success
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 45/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Attiva
- Stack tecnologico
- shell
- Ambito
- cli, observability-sre
Direzione di ricerca
Traccia il percorso non interattivo con --prompt dalla gestione di SIGINT, passando per il lavoro di inferenza dei processi figli/nativi, fino all'exporter di file OTel. Riproduci lo scenario di un segnale prima del primo delta, quindi verifica che la cancellazione interrompa il lavoro dei discendenti, che gli span attivi terminino con un risultato annullato o di errore, che gli exporter eseguano il flush entro un timeout limitato e che dopo la terminazione non rimanga alcun writer di output.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Describe the bug
Interrupting an active non-interactive model call with SIGINT exits the foreground Copilot process, but a descendant/native worker continues producing output and completing the model call. The OTel file appears much later and records the interrupted operation as a successful completion rather than cancelled.
This means cancellation is not promptly propagated to the underlying work and can continue consuming model resources after the foreground process has exited.
Affected version
GitHub Copilot CLI 1.0.83 on macOS.
Steps to reproduce
- Enable the OTel file exporter and force content capture off.
- Run
copilot --prompt ... --stream on --model <available-model> --output-format jsonwith a synthetic prompt that produces a long response; redirect output to a file. - Wait for
model.call_startand send SIGINT before the firstassistant.message_delta. - Record foreground process exit, then continue observing the output and telemetry paths.
Observed result
- SIGINT was sent with zero response deltas observed.
- The foreground process returned as terminated by SIGINT.
- Approximately 55 seconds after the foreground process had exited, inherited output continued to grow and the telemetry file appeared.
- Output contained partial response deltas but no
model.call_finishedorassistant.turn_endrecord. - OTel nevertheless contained a completed
chatspan and rootinvoke_agentspan with status code 0, finish reasonstop, response model, and full token usage. No cancellation/error attribute was present.
A prior late-stream attempt showed the same delayed-file behavior but was not suitable for proving when cancellation was sent. The reproduction above signals immediately after model.call_start.
Expected behavior
On the first termination signal, Copilot should propagate cancellation to child/native inference work, end active spans with a cancelled/error outcome, force-flush and shut down exporters with a bounded timeout, and then preserve the conventional signal exit result. No model work or output writer should remain active after the foreground command reports termination.
A downstream Collector cannot correct a successful producer span or cancel orphaned producer work.
Privacy
The reproduction used only synthetic content and OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT=false. No credentials or user data are included.
- Lingua principale
- Shell
- Stelle
- 11.2k
- Fork
- 1.9k
- Merge medio
- 14h 16m
- PR unite (30g)
- 6
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di github/copilot-cli
-
triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
github/copilot-cli#4909 ·
-
triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
github/copilot-cli#4906 ·
-
triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
github/copilot-cli#4848 ·
-
area:agents area:mcp
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
github/copilot-cli#4729 ·
-
area:sessions
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
github/copilot-cli#4712 ·
Tutte le issue di github/copilot-cli
Issue simili
-
Update to NCCL 2.32 Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
conda-forge/nccl-feedstock#166 ·
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 62/100
pop-os/plymouth-theme#43 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
hykilpikonna/hyfetch#545 ·
-
on hold T: core-bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 92/100