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

Tracking Issue for thread spawn hooks A-thread Area: `std::thread` A-thread-locals Area: Thread local storage (TLS) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#132951 opened Nov 12, 2024 by m-ou-se
2 of 4 tasks
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
Guarantee that thread-local storage destructors run before join() returns A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-thread Area: `std::thread` A-thread-locals Area: Thread local storage (TLS) C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127571 opened Jul 10, 2024 by pvillela
Reachable libc assert by thread::scope, when printing RwLock protected values as formatted strings. A-thread Area: `std::thread` C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124920 opened May 9, 2024 by Rot127
A thread closure's destructor can panic in std::thread::spawn on Windows A-thread Area: `std::thread` O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124468 opened Apr 28, 2024 by fuzzypixelz
A thread can stop execution without dropping its packet A-thread Area: `std::thread` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124466 opened Apr 28, 2024 by fuzzypixelz
Document memory ordering guarantees for std::thread::spawn() A-atomic Area: Atomics, barriers, and sync primitives A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-thread Area: `std::thread` C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#119519 opened Jan 2, 2024 by lukaslueg
Scoped thread implicit join doesn't wait for thread locals to be dropped A-thread Area: `std::thread` A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. finished-final-comment-period The final comment period is finished for this PR / Issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#116237 opened Sep 28, 2023 by pvillela
Crash during thread teardown using TLS in global allocator on macOS A-allocators Area: Custom and system allocators A-thread Area: `std::thread` A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115149 opened Aug 23, 2023 by jrose-signal
std::thread::JoinHandle::join panics with seccomp-killed threads A-thread Area: `std::thread` C-bug Category: This is a bug. O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#112521 opened Jun 11, 2023 by inikulin
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
Scoped thread panic messages unexpectedly interleaving in stderr output A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` A-panic Area: Panicking machinery A-thread Area: `std::thread` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#96706 opened May 4, 2022 by AronParker
Panic in thread::sleep() on arm32 Debian 10 A-thread Area: `std::thread` C-bug Category: This is a bug. O-unix Operating system: Unix-like T-libs Relevant to the library team, which will review and decide on the PR/issue.
#95661 opened Apr 4, 2022 by and-rewsmith
Tests do not capture stdout of foreign threads A-libtest Area: `#[test]` / the `test` library A-thread Area: `std::thread` C-discussion Category: Discussion or questions that doesn't represent real issues. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#90287 opened Oct 25, 2021 by jstarks
cargo test 'test-threads' uses more threads than specified A-libtest Area: `#[test]` / the `test` library A-thread Area: `std::thread` C-bug Category: This is a bug. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#88235 opened Aug 22, 2021 by jweinst1
std::thread::Builder::spawn() panics A-thread Area: `std::thread` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#78497 opened Oct 28, 2020 by BartMassey
ProTip! Add no:assignee to see everything that’s not assigned.