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 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
UpperHex formatting might panic A-panic Area: Panicking machinery C-enhancement Category: An issue proposing an enhancement or a PR with one. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#126425 opened Jun 13, 2024 by ZhekaS
Tracking Issue for PanicHookInfo::payload_as_str() A-panic Area: Panicking machinery C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. 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. to-announce Announce this issue on triage meeting
#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
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
fatal runtime error from rustc if cranelift built proc-macro panics A-cranelift Things relevant to the [future] cranelift backend A-panic Area: Panicking machinery A-proc-macros Area: Procedural macros C-bug Category: This is a bug. requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#120075 opened Jan 17, 2024 by Nemo157
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-*) 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
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-*) 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
Incorrect panic location when function is passed as argument 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.
#105942 opened Dec 20, 2022 by scrabsha
Hard-to-understand order of lines in backtrace A-panic Area: Panicking machinery C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked.
#99560 opened Jul 21, 2022 by safinaskar
Double-panics recurse in panic = "abort" mode 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.
#97146 opened May 18, 2022 by jamesmunns
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
Cargo test, failed to initiate panic, error 5 A-libtest Area: `#[test]` / the `test` library 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.
#88622 opened Aug 31, 2021 by stefAIno
Panic backtrace doesn't traverse ffi code with panic=abort A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools 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.
#88275 opened Aug 24, 2021 by glandium
force-unwind-tables has no effect A-panic Area: Panicking machinery C-bug Category: This is a bug. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#85582 opened May 22, 2021 by stevemk14ebr
ProTip! Exclude everything labeled bug with -label:bug.