Skip to content

Issues: rust-lang/rust

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Poorly-documented safety assumptions in unix::stack_overflow::init A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-stack-probe Area: Stack probing and guard pages A-thread Area: `std::thread` T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127841 opened Jul 17, 2024 by workingjubilee
Stack overflow not caught in Drop for TLS data A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-stack-probe Area: Stack probing and guard pages A-thread Area: `std::thread` A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug.
#111272 opened May 6, 2023 by ridiculousfish
__rust_probestack in binary despite no callers, LTO, and disabling stack-probes. A-stack-probe Area: Stack probing and guard pages C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#88274 opened Aug 24, 2021 by daxtens
pthread_get_stacksize_np returns incorrect values for the main thread on OS X 10.9 A-stack-probe Area: Stack probing and guard pages C-bug Category: This is a bug. P-medium Medium priority T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#43347 opened Jul 19, 2017 by jrmuizel
Extend stack probe support to non-tier-1 platforms, and clarify policy for mitigating LLVM-dependent unsafety A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-stack-probe Area: Stack probing and guard pages C-enhancement Category: An issue proposing an enhancement or a PR with one. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#43241 opened Jul 14, 2017 by bstrie
Guard pages are disabled on musl. A-stack-probe Area: Stack probing and guard pages C-bug Category: This is a bug. O-musl Target: The musl libc
#31506 opened Feb 9, 2016 by brson
ProTip! Adding no:label will show everything without a label.