nvidia driver on Ubuntu 24.04.04 LTS with AMD threadripper 3995WX + Nvidia RTX 3080 Ti appears to fail in such a way that gdm-x-session deletes the GPU-0
The screen goes blank but the machine is still reachable via ssh. Running nvidia-bug-report.sh and the log is attached.
The faster way to replicate is to run OpenAI whisper with cuda --device.
conda activate whisper
whisper movie.mp4 --device cuda --language English --model turbo --task transcribe -f srt | tee -a subtitles.txt & disown
any movie will do, it won’ t take long for the error to manifest itself.
However it happens as well randomly after hours of usage even if I am NOT running any cuda AI acceleration / training nor 3D App like Blender or FreeCAD.
Currently it happens with nvidia-driver-580-open but it also happens all the same with nvidia-driver-570 -580 -590 variants.
$ tail subtitles.txt
[11:58.340 → 11:59.340] Some other time, then?
[11:59.420 → 12:00.340] Sure. Maybe.
[12:01.340 → 12:02.260] Bye, Janice.
[12:02.340 → 12:03.340] See ya.
Skipping “movie”.mp4 due to AcceleratorError: CUDA error: unspecified launch failure
Search for cudaErrorLaunchFailure' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with TORCH_USE_CUDA_DSA` to enable device-side assertions.
$ nvidia-smi
Unable to determine the device handle for GPU0: 0000:81:00.0: Unknown Error
No devices were found
$ tail -1400 /var/log/syslog | grep -i nvidia
2026-03-11T17:44:27.817991+00:00 WRX80-3995WX gnome-shell[4449]: Added device ‘/dev/dri/card2’ (nvidia-drm) using atomic mode setting.
2026-03-11T17:44:28.765205+00:00 WRX80-3995WX systemd[4181]: Started app-gnome-nvidia\x2dsettings\x2dautostart-4785.scope - Application launched by gnome-session-binary.
2026-03-11T17:44:30.757488+00:00 WRX80-3995WX /usr/libexec/gdm-x-session[3436]: (II) NVIDIA(GPU-0): Deleting GPU-0
2026-03-11T17:48:54.408077+00:00 WRX80-3995WX kernel: NVRM: nvidia-bug-report.sh as root to collect this data before
2026-03-11T17:48:54.408078+00:00 WRX80-3995WX kernel: NVRM: the NVIDIA kernel module is unloaded.
2026-03-11T17:48:56.527650+00:00 WRX80-3995WX kernel: WARNING: CPU: 21 PID: 7962 at nvidia/nv.c:5291 nvidia_dev_put_uuid+0x55/0x60 [nvidia]
$ cat /etc/os-release
PRETTY_NAME=“Ubuntu 24.04.4 LTS”
NAME=“Ubuntu”
VERSION_ID=“24.04”
VERSION=“24.04.4 LTS (Noble Numbat)”
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL=“https://www.ubuntu.com/”
SUPPORT_URL=“https://help.ubuntu.com/”
BUG_REPORT_URL=“https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=“https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
$ uname -a
Linux WRX80-3995WX 6.17.0-14-generic #14~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jan 15 15:52:10 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
uploading nvidia-bug-report.
Note: I have another machine. Intel CPU and nvidia rtx 3060 ti , also ubuntu 24.04 but in there the kernel is 6.8
$ uname -a
Linux O11Vision 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
and in that machine no issues whatsoever, all fine and good. I still need to find out why the Threadripper machine ubuntu installs 6.17 kernel while in the intel machine only 6.8 if both are ubuntu 24.04 LTS
nvidia-bug-report.log.gz (256.5 KB)