-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-new-solverBugs from the new solver migration - should be fixed before stable releaseBugs from the new solver migration - should be fixed before stable releaseC-bugCategory: bugCategory: bugI-hangIssue: The analysis never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The analysis never terminates, due to infinite loops, deadlock, livelock, etc.
Description
rust-analyzer version: rust-analyzer version: 0.4.2594-standalone (870cb3329b 2025-08-25)
rustc version: rustc 1.91.0-nightly (523d3999d 2025-08-30)
editor or extension: VSCode, extension version 0.4.2594
relevant settings:
repository link: https://github.com/pykeio/ort
Reproduction
git clone https://github.com/pykeio/ort- Open
ortin VS Code- Once
rust-analyzeris done priming cache, memory usage is fine. - Opening most files in
src/shows normal memory usage as well.
- Once
- Open any of these affected files:
tests/mnist.rstests/squeezenet.rstests/upsample.rstests/vectorizer.rssrc/tensor/ndarray.rs
- Observe RAM explode
Seems to have been introduced in v0.4.2586. v0.4.2579 and earlier are unaffected.
Metadata
Metadata
Assignees
Labels
A-new-solverBugs from the new solver migration - should be fixed before stable releaseBugs from the new solver migration - should be fixed before stable releaseC-bugCategory: bugCategory: bugI-hangIssue: The analysis never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The analysis never terminates, due to infinite loops, deadlock, livelock, etc.
# User settings: { "rust-analyzer.cargo.targetDir": true } # Workspace settings (in .vscode/settings.json): { "rust-analyzer.check.command": "clippy", "rust-analyzer.rustfmt.extraArgs": [ "+nightly" ], "rust-analyzer.cachePriming.enable": true, "rust-analyzer.diagnostics.experimental.enable": true, "rust-analyzer.showUnlinkedFileNotification": false }