Skip to content

fix(fspy): avoid static spawnSync failures#500

Draft
wan9chi wants to merge 1 commit into
mainfrom
fix/issue-499-fspy-static-spawn
Draft

fix(fspy): avoid static spawnSync failures#500
wan9chi wants to merge 1 commit into
mainfrom
fix/issue-499-fspy-static-spawn

Conversation

@wan9chi

@wan9chi wan9chi commented Jun 29, 2026

Copy link
Copy Markdown
Member

Motivation

Fix #499. Cached vp run tasks could make Node spawnSync fail with EINVAL when a dynamically linked task process spawned a statically linked Linux tool such as tsgolint; fspy attempted seccomp-unotify instrumentation from the posix_spawn hook before the child existed. This lets the child spawn, marks fspy tracking incomplete, and skips writing a cache entry instead of failing the task.

wan9chi commented Jun 29, 2026

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@wan9chi wan9chi force-pushed the fix/issue-499-fspy-static-spawn branch from d59101b to 11f634d Compare June 29, 2026 12:41
Co-authored-by: GPT-5 Codex <codex@openai.com>
@wan9chi wan9chi force-pushed the fix/issue-499-fspy-static-spawn branch from 11f634d to 24e69fd Compare June 29, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate vp lint failure when run through vite-task

1 participant