You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling and using voice input causes GitHub Copilot CLI to abort with signal 6 (SIGABRT) and dump core on Linux x64. The crash occurs while the local Nemotron speech model is processing audio.
The complete systemd-coredump stack trace is attached in the report supplied with this issue.
Additional context
The microphone is detected by ALSA and appears as a capture device.
The voice server starts successfully and accepts a client connection.
A previous voice-server log entry also reported PvRecorder failed to read audio data frame, but the fatal crash reported here happens later in the Nemotron/ONNX Runtime inference path.
Updating with copilot update confirms that 1.0.83 is currently the latest available version.
The crash appears to be in the bundled native voice stack (Microsoft.AI.Foundry.Local.Core.so / libonnxruntime-genai.so), rather than in repository code or the prompt UI.
Could the voice inference path handle this model/runtime error without aborting the entire CLI, and could the Linux CPU Nemotron model compatibility be investigated?
Describe the bug
Enabling and using voice input causes GitHub Copilot CLI to abort with signal 6 (
SIGABRT) and dump core on Linux x64. The crash occurs while the local Nemotron speech model is processing audio.Copilot CLI version
1.0.83Environment
7.1.13-2-MANJAROx86_642.44v24.20.0HD-Audio Generic / ALC257 Analognemotron-3.5-asr-streaming-0.6b-generic-cpu:3Steps to reproduce
/voice.Expected behavior
The spoken input is transcribed and inserted into the prompt without terminating the CLI.
Actual behavior
The CLI terminates with
Signal: 6 (ABRT). The crash stack is in ONNX Runtime GenAI and Foundry Local Core:The process command line was:
The complete systemd-coredump stack trace is attached in the report supplied with this issue.
Additional context
PvRecorder failed to read audio data frame, but the fatal crash reported here happens later in the Nemotron/ONNX Runtime inference path.copilot updateconfirms that1.0.83is currently the latest available version.Microsoft.AI.Foundry.Local.Core.so/libonnxruntime-genai.so), rather than in repository code or the prompt UI.nemotron_speech); this report is different because the CLI aborts instead of returning an empty transcript.Logs
A full stack trace is available from the reporter and can be provided if needed. The key frames are:
Could the voice inference path handle this model/runtime error without aborting the entire CLI, and could the Linux CPU Nemotron model compatibility be investigated?