microsoft / microsoft/VFSForGit
Mac: detect unloaded kext in running provider
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
Currently, if we kextunload the PrjFSKext, provider processes keep running as if nothing had happened although their connection to the kext has of course been severed.
We should either block unloading the kext while there are providers connected, or detect the lost connection in the provider and act upon it appropriately.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how provider processes connect to PrjFSKext and what happens after kextunload on Mac. Decide whether unloading should be blocked or the provider should detect the lost connection, then verify providers no longer continue running as if connected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, macos
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100