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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Add PidFd::{kill, wait, try_wait} O-linux Operating system: Linux O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124101 opened Apr 17, 2024 by the8472 Loading…
#[link(kind = "static", name = "c")] segfaults on run A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124043 opened Apr 16, 2024 by GuillaumeGomez
Consider using llvm-strip A-codegen Area: Code generation C-discussion Category: Discussion or questions that doesn't represent real issues. O-illumos the other shiny OS O-linux Operating system: Linux O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#123151 opened Mar 28, 2024 by workingjubilee
UnixDatagram::local_addr wrongly assumes the presence of a trailing NUL 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.
#118925 opened Dec 13, 2023 by asomers
splice usage may be incorrect if it is possible for the source to be mutated A-io Area: std::io, std::fs, std::net and std::path C-bug Category: This is a bug. O-linux Operating system: Linux S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#116451 opened Oct 5, 2023 by safinaskar
UB with ToSocketAddrs and statically linking glibc w/ Oracle Linux 9 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux
#115723 opened Sep 9, 2023 by DouglasDwyer
Inconsistent behavior across platform of split-debuginfo A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. O-linux Operating system: Linux O-macos Operating system: macOS O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114215 opened Jul 29, 2023 by roblabla
std::sys configurability A-technical-debt Area: Internal cleanup work O-linux Operating system: Linux T-libs Relevant to the library team, which will review and decide on the PR/issue.
#113410 opened Jul 6, 2023 by mkroening
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
Cross-compilation from LInux to x86_64-apple-darwin fails due to bad "cc" command line params A-cross Area: Cross compilation A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-macos Operating system: macOS
#112501 opened Jun 10, 2023 by John-Nagle
Error loading shared library libgcc_s.so.1; Error relocating XXX (musl, Ubuntu) C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#108907 opened Mar 8, 2023 by pnkfelix
"undefined reference to" ld returned 1 exit status A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#107345 opened Jan 27, 2023 by Antiarchitect
x86_64-unknown-linux-gnu using 'target-feature=+crt-static' exits with: Segmentation fault (core dumped). A-linkage Area: linking into static, shared libraries and binaries A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. O-linux Operating system: Linux
#100110 opened Aug 3, 2022 by noonuid
Binary crashes when statically linked with LTO turned on A-lto Area: Link Time Optimization O-linux Operating system: Linux 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.
#94564 opened Mar 3, 2022 by elast0ny
internal compiler error: unexpected panic C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-AArch64 Armv8-A or later processors in AArch64 mode O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92913 opened Jan 15, 2022 by ShuoShenDe
-C link-arg=-nostartfiles does not work on musl target A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc
#91578 opened Dec 6, 2021 by AsafFisher
segfault running debug static musl hello world app on Linux A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux O-musl Target: The musl libc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#85543 opened May 21, 2021 by lukebond
Link fails with actix-web when using GNU linker's default linker script A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-linux Operating system: Linux P-high High 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.
#75385 opened Aug 11, 2020 by rocallahan
Error bootstrapping on CentOS C-bug Category: This is a bug. O-linux Operating system: Linux T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#71227 opened Apr 16, 2020 by alexreg
2
6
Statics don't support alignments larger than the page size 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-linux Operating system: Linux O-windows-gnu Toolchain: GNU, Operating system: Windows O-windows-msvc Toolchain: MSVC, Operating system: Windows P-high High priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#70022 opened Mar 15, 2020 by Amanieu
current_exe() returns invalid path on linux when exe has been deleted C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#69343 opened Feb 21, 2020 by tsurai
Linux version of nonblocking TcpListener::accept differs from other platforms C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#67027 opened Dec 4, 2019 by hashmap
std::fs::copy failed with OS error 1 on Linux when copying over CIFS from local FS C-bug Category: This is a bug. O-linux Operating system: Linux T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#66760 opened Nov 25, 2019 by vadixidav
A tuple of primitives function parameter is passed via the stack even though the tuple constituents could be passed as registers I-slow Issue: Problems and improvements with respect to performance of generated code. O-linux Operating system: Linux 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.
#64099 opened Sep 2, 2019 by Arnavion
missing symbol issue in some environments (rustdoc bug?) A-linkage Area: linking into static, shared libraries and binaries 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 O-linux Operating system: Linux T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#63645 opened Aug 16, 2019 by jnqnfe
ProTip! Type g i on any issue or pull request to go back to the issue listing page.