Skip to content

MSVC: Spurious PDB error on the bots #33145

Closed
@alexcrichton

Description

@alexcrichton

Bots are very frequently nowadays failing with:

note: LINK : fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'

Normally on some run-pass test. The test that fails is almost always different.

No idea what's going on, and the internet seems to think that this is either one of:

  • Something running in parallel
  • OOM
  • Stale cache files
  • maybe more?

I'm pretty sure the bots aren't hitting OOM as these are tiny tests, I'm also pretty sure that nothing is stale b/c we clean everything (although I could be wrong), and I find it hard to believe that you can't run link.exe in parallel.

No idea what's going on :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions