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

Stack overflow when tls_callback called on x86_64-pc-windows-gnu A-panic Area: Panicking machinery A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows S-has-bisection Status: A bisection has been found for this issue T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140798 opened May 8, 2025 by Berrysoft
Panic backtrace on Arm64 Windows is truncated A-backtrace Area: Backtraces A-panic Area: Panicking machinery A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-windows Operating system: Windows
#140489 opened Apr 29, 2025 by dpaoliello
thread::scope clobbers the panic payload 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.
#139017 opened Mar 27, 2025 by SludgePhD
Heavy usage of TLS causes stack overflow A-panic Area: Panicking machinery A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136120 opened Jan 27, 2025 by errangutan
Infinite/long backtrace on i686 under Wine A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-panic Area: Panicking machinery A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status O-windows Operating system: Windows O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135717 opened Jan 19, 2025 by purplesyringa
shorten backtraces when called as a cdylib, not just for executables A-backtrace Area: Backtraces A-panic Area: Panicking machinery C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134049 opened Dec 8, 2024 by jyn514
Compiling no_std for i686-pc-windows-gnu ignores panic=abort -Zbuild-std Unstable Cargo option: Compile the standard library yourself. A-cross Area: Cross compilation A-panic Area: Panicking machinery C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133826 opened Dec 3, 2024 by Irate-Walrus
WASI unwinding is broken in release A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-panic Area: Panicking machinery C-bug Category: This is a bug. I-miscompile Issue: Correct Rust code lowers to incorrect machine code O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132416 opened Oct 31, 2024 by purplesyringa
Codegen depends on let-variable ordering for unclear reasons A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-panic Area: Panicking machinery C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-heavy Issue: Problems and improvements with respect to binary size of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131987 opened Oct 21, 2024 by CrazyboyQCD
Overly restrictive lifetime in std::panic::Location::file A-lifetimes Area: Lifetimes / regions A-panic Area: Panicking machinery T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131770 opened Oct 16, 2024 by ijchen
Tracking issue for release notes of #125175: Tracking Issue for PanicHookInfo::payload_as_str() A-panic Area: Panicking machinery relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131199 opened Oct 3, 2024 by rustbot
3 tasks
Permitting "foreign" languages to dispose of Rust panics A-panic Area: Panicking machinery C-discussion Category: Discussion or questions that doesn't represent real issues. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130369 opened Sep 14, 2024 by BatmanAoD
-Zoom=panic double panic due to panicking allocating A-panic Area: Panicking machinery C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126683 opened Jun 19, 2024 by alecmocatta
Tracking Issue for PanicHookInfo::payload_as_str() A-panic Area: Panicking machinery C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge 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.
#125175 opened May 16, 2024 by m-ou-se
1 of 3 tasks
Panics don't lock stderr while printing panic info A-panic Area: Panicking machinery C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124995 opened May 11, 2024 by Ved-s
Using thread::sleep inside panic hook aborts panic hook A-panic Area: Panicking machinery C-bug Category: This is a bug. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124965 opened May 10, 2024 by gucki
inconsistent code paths for panics A-panic Area: Panicking machinery C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123475 opened Apr 4, 2024 by matthiaskrgr
Double panic on MSVC no longer prints abort message A-panic Area: Panicking machinery C-bug Category: This is a bug. O-windows Operating system: Windows P-medium Medium priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123470 opened Apr 4, 2024 by CAD97
Panic while formatting panic message + always_abort leads to stack overflow A-panic Area: Panicking machinery C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#122940 opened Mar 23, 2024 by RalfJung
Add codegen test(s) for -Zbuild-std-features=panic_immediate_abort -Zbuild-std Unstable Cargo option: Compile the standard library yourself. A-panic Area: Panicking machinery A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118393 opened Nov 27, 2023 by saethlin
Suspected X64 exception handler IP to state map off-by-one error A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-panic Area: Panicking machinery C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-windows Operating system: Windows O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) P-medium Medium priority
#117725 opened Nov 8, 2023 by rveldhoven
#[track_caller] does not work on fn drop A-panic Area: Panicking machinery C-enhancement Category: An issue proposing an enhancement or a PR with one. F-track_caller `#![feature(track_caller)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#116942 opened Oct 19, 2023 by SludgePhD
Spurious tests/ui/panics/default-backtrace-ice.rs failures A-backtrace Area: Backtraces A-CI Area: Our Github Actions CI A-panic Area: Panicking machinery C-bug Category: This is a bug. I-flaky-test Issue: A test is flaky/unreliable/spuriously fails T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#116759 opened Oct 15, 2023 by Noratrieb
StackOverflow error when assert fails or panic when compiling to Android A-cross Area: Cross compilation A-FFI Area: Foreign function interface (FFI) A-panic Area: Panicking machinery C-bug Category: This is a bug. O-android Operating system: Android O-unix Operating system: Unix-like O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#116309 opened Oct 1, 2023 by matan-h
Tracking issue for cleaning up core's and std's panic machinery A-panic Area: Panicking machinery C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#116005 opened Sep 20, 2023 by m-ou-se
7 of 15 tasks
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.