vp migrate hangs indefinitely (0% CPU) when the project's pinned pnpm deadlocks during install
@fengmk2 đang làm issue này rồi.
Từ ngày 2/7/2026.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
Summary
vp migrate can hang indefinitely at 0% CPU (no output, no progress, no timeout) on some projects. The hang is in the dependency install that migrate spawns: the project's pinned pnpm 9.x deadlocks on an internal worker pipe. Because vp migrate has no timeout or hang detection, the command never returns and must be killed manually.
Discovered while smoke-testing the v0.2.2 prerelease (PR #2016, registry-bridge commit 1d7ba811f0e456640b0e761e8e8acf77d1ad3251) across ~64 real-world projects: 2 of them hang every time, the other ~62 migrate fine.
Affected projects (100% reproducible)
| Project | Pinned pnpm | Node |
|---|---|---|
anywidget |
pnpm@9.10.0 |
24.18.0 |
vitepress-carbon |
pnpm@9.9.0 |
22.18.0 (.node-version) |
Both are pnpm monorepos. ~62 other projects in the same run (mostly newer pnpm) migrated successfully through the same registry bridge, so this is specific to these projects' resolution + their old pinned pnpm.
Symptom
vp migrate prints nothing after startup and never returns:
Running vp migrate in /Users/.../anywidget
<-- hangs here forever; killed after 20 min every time -->
- The
vpprocess and itsnode/pnpmchildren all sit at 0.0% CPU (idle deadlock, not a busy loop). - Not a stdin prompt: reproduces identically with
stdinredirected from/dev/null. - Not concurrency: reproduces when run solo with nothing else installing.
Root-cause evidence
The hung process is the install that migrate spawns:
node .../pkg-pr-new/<sha>/package_manager/pnpm/9.10.0/pnpm/bin/pnpm.cjs install --no-frozen-lockfile
Stack sample of the hung node/pnpm main thread (sample <pid>):
node::SpinEventLoopInternal
uv_run
uv__io_poll
kevent <-- main thread parked in the event loop waiting on an fd
lsof of the hung process shows no TCP/network connections — only internal PIPE fds:
node <pid> ... 4 PIPE 0x...->0x...
node <pid> ... 5 PIPE 0x...->0x...
node <pid> ... 12 PIPE 0x...->0x...
node <pid> ... 13 PIPE 0x...->0x...
So it is not stalled on the registry/network. pnpm's main process is blocked in the event loop waiting on an internal worker pipe that never signals, i.e. an internal pnpm worker-IPC deadlock (same class as the pnpm 11.0.6 "hangs after Done" bug that was fixed in 11.5.1, but here on pnpm 9.x).
Reproduction
# via the pkg.pr.new bridge migrate helper
ALLOW_DIRTY=1 .github/scripts/test-pkg-pr-new-migrate.sh \
1d7ba811f0e456640b0e761e8e8acf77d1ad3251 /path/to/anywidget --no-interactive
# ...or plainly: cd anywidget && vp migrate
# hangs at "Running vp migrate ..." with 0% CPU; sample/lsof the pnpm child as above.
Impact
vp migratenever completing is a poor failure mode: no error, no timeout, silent 0%-CPU hang; a CI or a user waits forever.- In an automated fleet run it also leaves orphaned hung pnpm processes behind (observed several, up to 1h+ old) that must be reaped manually.
Suggested directions
- Add a timeout / hang detection to the install step of
vp migrateso it fails loudly (with the pnpm command + partial output) instead of hanging silently forever. This alone converts the worst part (silent infinite hang) into an actionable error. - Consider running the migrate install with vp's managed/bundled pnpm (newer) rather than the project's old pinned
pnpm@9.xthat deadlocks, or expose a flag to opt into that. - Investigate the underlying pnpm 9.x worker-pipe deadlock on these two projects' graphs (likely reproducible with a plain
pnpm@9.10.0 installonanywidget).
Found during the v0.2.2 real-world test; see https://github.com/voidzero-dev/vite-plus/pull/2016 for the prerelease build under test.
- Ngôn ngữ chính
- Rust
- Star
- 5.8k
- Fork
- 263
- Merge trung bình
- 1 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 147
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của voidzero-dev/vite-plus
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
voidzero-dev/vite-plus#2804 · 1 reaction ·
-
pending triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
voidzero-dev/vite-plus#2801 · 1 reaction ·
-
enhancement
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 62/100
voidzero-dev/vite-plus#2097 · 10 bình luận · 2 reaction ·
-
documentation
voidzero-dev/vite-plus#2800 · 1 người được giao ·
-
pending triage
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 65/100
voidzero-dev/vite-plus#2796 · 1 bình luận ·
Tất cả issue của voidzero-dev/vite-plus
Issue tương tự
-
bug
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
yantrikos/yantrik-os#255 ·
-
Replayed reasoning items send "content": null, which the Responses API schema does not permit Đang mởbug CLI custom-model
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
raphamorim/rio#1956 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
rust-bitcoin/rust-bitcoin#6930 · 1 bình luận ·