Skip to content

Xid 48: Double Bit ECC Error from VRAM Degradation

The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.

Quick answer

The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects.

Symptom
dmesg logs flooded with Xid 48 Double Bit ECC errors.
Root cause
The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.
Recommended fix
Decommission and RMA the GPU kubectl cordon <node_name> && kubectl drain <node_name> Once uncorrectable DBEs occur repeatedly, the memory is physically failing and software cannot fix it. The card must be removed from the cluster.
How Denpex helps
Denpex matches Xid 48: Double Bit ECC Error from VRAM Degradation across every rank in a distributed run and reports which rank failed first, so you act on the initiating node instead of the loudest one.
Hardware#Xid Error

What this failure is

Xid 48: Double Bit ECC Error from VRAM Degradation is a Hardware failure seen during ML training runs. The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption. Common tags: Xid Error.

Live diagnosis, no signup

Is this what broke your run? Paste your log.

You're reading about Xid 48: Double Bit ECC Error from VRAM Degradation. Paste your own crash log or traceback below and get the real root cause for YOUR run, not this generic entry. No account, no card. Logs are masked at ingress and never saved to account history.

training_logs.txt
No log to hand? Try one:

3 free diagnoses/day

Want 14 days on the Scale plan?

Request an evaluation code. A verified workplace organization activates up to 50 diagnoses a day, alerts, history, and follow-up questions. No credit card or automatic subscription.

Evaluate one incident

Why it happens (the mechanism)

It is a pure hardware failure, but because it often causes PyTorch to crash with a generic NCCL timeout (due to a participating GPU dying), distributed training pipelines just show network timeout errors on the surface.

What you'll observe

  • NVRM: Xid (PCI:0000:03:00): 48, Double Bit ECC Error
  • Uncorrectable ECC error encountered

Common symptoms and what they mean

SymptomWhy it happens
Training crashes randomly with NCCL timeouts or corrupted output tensors.The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.
dmesg logs flooded with Xid 48 Double Bit ECC errors.The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.
Sometimes accompanied by Xid 64 (Failed page retirement).The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.

Which systems are affected

  • GPU Hardware
  • VRAM

How to confirm this is the problem

Use this checklist to test the hypothesis against a small reproduction. No single line proves the root cause, so preserve the preceding events and compare one variable at a time.

  • Check ECC error counters: nvidia-smi -q -d ECC
  • Check retired memory pages: nvidia-smi -q -d RETIRED_PAGES. A count approaching 64 strongly indicates a dead card.
  • Look for Xid 48 and Xid 64 in /var/log/syslog or dmesg.

Searchable error signature

search key
dmesg logs flooded with Xid 48 Double Bit ECC errors.
Sometimes accompanied by Xid 64 (Failed page retirement).
NVRM: Xid (PCI:0000:03:00): 48, Double Bit ECC Error

Use this text as a lookup key in logs and upstream issue trackers. It is not presented as a captured customer log. Confirm the cause from your own preceding events, versions, configuration and the cited references.

The fix and the prevention pattern

The root cause is on this page and stays free. A free account adds the exact remediation steps, saved history, and the fix on every entry in the encyclopedia.

Sign up free. Unlock the full analysis

No credit card. Daily allowance follows verified trust tier. Instant access.

Xid 48 in context

Xid 48 is one of a small set of codes the NVIDIA driver uses to report GPU faults, and the number is most of the diagnosis: it tells you whether you are looking at your own code, the driver, or a board that needs replacing.

Compare every Xid code side by side

Diagnose this failure in VS Code

Select the traceback or open the failed terminal, then run Denpex locally to see the initiating rank, collateral failures, exact fix, and verification command without uploading the log.

Install the free VS Code extension

Root cause

  • The physical VRAM (HBM or GDDR) on the GPU has degraded over time due to thermal stress or manufacturing defects. A double-bit error is mathematically uncorrectable by the GPU ECC engine, meaning data corruption has physically occurred in the memory cell. The driver kills the context to prevent silent data corruption.

The fix and how to prevent it

Evaluate Denpex on your own logs

Request a Scale evaluation code. A verified workplace organization activates 14 days with up to 50 diagnoses a day. Every account keeps its current diagnosis allowance and gets a verification path. No card or automatic subscription.

We send a single-use code tied to that address. Static provider and TLD rules do not reject valid addresses. Account trust determines the benefit after signup.

Don't just read the fix, diagnose your run

The encyclopedia tells you what went wrong. Denpex tells you what went wrong in YOUR training run. With your logs, your config, and your stack.