rustls / rustls/rustls-platform-verifier
Windows: -1073741819 error code in rustup downloading with rustls
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 158
- Forks
- 60
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 3
Description
See https://github.com/rust-lang/rustup/issues/4173#issuecomment-3595853434.
Claude says:
The error code -1073741819 is the decimal representation of the Windows status code 0xC0000005, which means STATUS_ACCESS_VIOLATION.
This indicates the program tried to read from or write to a memory address it doesn't have permission to access.
Contributor guide
No contributing guide indexed for this repository
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
No repository files or tests are named. Start by reading the linked rustup issue comment and reproducing the Windows rustls download failure; done means identifying the cause of the -1073741819 status and documenting or validating a fix in this repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100