-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
regression: TLS linker issues #96132
Labels
A-thread-locals
Area: Thread local storage (TLS)
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Comments
Mark-Simulacrum
added
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
A-thread-locals
Area: Thread local storage (TLS)
labels
Apr 16, 2022
rustbot
added
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Apr 16, 2022
Closed
I verified it bisected to #94373 (cc @erikdesjardins). |
This was referenced Apr 17, 2022
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 17, 2022
…lacrum [beta] Revert: Make TLS __getit #[inline(always)] on non-Windows Fixes rust-lang#96132 r? `@Mark-Simulacrum`
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 17, 2022
…ulacrum Revert: Make TLS __getit #[inline(always)] on non-Windows re rust-lang#96132 r? `@Mark-Simulacrum`
Assigning priority since the comments indicate that it could affect many crates (Wg-prioritization Zulip thread) @rustbot label -I-prioritize +P-high |
rustbot
added
P-high
High priority
and removed
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Apr 20, 2022
Since we reverted the PR (across beta and master) I'll go ahead and close. |
ti-chi-bot
pushed a commit
to tikv/tikv
that referenced
this issue
Jun 15, 2022
ref rust-lang/cargo#10250, close #12804, ref rust-lang/rust#68007, ref rust-lang/rust#96132 Signed-off-by: tabokie <xy.tao@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-thread-locals
Area: Thread local storage (TLS)
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Sample error:
I suspect this is quite common -- it looks to be majority of the build failed "unknown" errors (~1000) in Crater results (https://crater-reports.s3.amazonaws.com/beta-1.61-1/index.html).
The text was updated successfully, but these errors were encountered: