Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

fspy preload can abort or deadlock cached tasks during signals, fork, or teardown

Open
#605 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
linux, macos, rust

Research direction

Locate fspy’s Unix preload entry points and follow the cached-task, signal, post-fork, and teardown paths. Check how interposed calls preserve results and errno, then run the existing test suite before adding regression coverage for Linux and macOS in each context. Done means failures skip incomplete caching without aborting, deadlocking, or changing workload results.

Written by the indexing model from the issue text.

Description

fspy’s Unix preload must not make a traced process less reliable. Interposed calls can run from signal handlers, post-fork() children, or during teardown, where unsafe runtime state can cause deadlocks or aborts.

Expected behavior:

  • Never panic, abort, or deadlock the workload.
  • Preserve the original call’s result and errno.
  • Work safely during signals, after fork(), and during teardown on Linux and macOS.
  • If tracing fails, let the workload continue but skip caching the incomplete trace.
  • Add regression coverage for these contexts.
Dominant language
Rust
Stars
466
Forks
42
Avg merge
1d 20h
Merged PRs (30d)
21

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from voidzero-dev/vite-task

All issues in voidzero-dev/vite-task

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.