-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
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
Test failures in Area: Panicking machinery
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-AArch64
Armv8-A or later processors in AArch64 mode
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
tests/ui/panics
on aarch64-apple-darwin
A-panic
#133997
opened Dec 7, 2024 by
Zalathar
Compiling 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-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
no_std
for i686-pc-windows-gnu
ignores panic=abort
-Zbuild-std
#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 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.
std::panic::Location::file
A-lifetimes
#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
#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
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
#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-*)
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 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.
panic = "abort"
mode
A-panic
#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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.