-
Notifications
You must be signed in to change notification settings - Fork 44
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
thread '<unnamed>' panicked at 'called Option::unwrap()
on a None
value' on FreeBSD
#47
Comments
BTW v1.1.4 works fine on FreeBSD. |
This seems to be an issue with the order in which TLS destructors are run. I've yanked 1.1.6 for now. |
hawkw
added a commit
to linkerd/linkerd2
that referenced
this issue
Feb 11, 2023
Our lockfile currently depends on v1.1.6 of the `thread_local` crate, which has been [yanked from crates.io][yanked] due to Amanieu/thread_local-rs#47. Our `cargo deny` CI job is currently [failing] due to the dependency on a yanked version of a crate. This branch downgrades the dependency on `thread_local` to the latest non-yanked version. This should fix the failing CI job. [yanked]: https://crates.io/crates/thread_local/1.1.6 [failing]: https://github.com/linkerd/linkerd2/actions/runs/4148333422/jobs/7176219624
mateiidavid
pushed a commit
to linkerd/linkerd2
that referenced
this issue
Feb 13, 2023
Our lockfile currently depends on v1.1.6 of the `thread_local` crate, which has been [yanked from crates.io][yanked] due to Amanieu/thread_local-rs#47. Our `cargo deny` CI job is currently [failing] due to the dependency on a yanked version of a crate. This branch downgrades the dependency on `thread_local` to the latest non-yanked version. This should fix the failing CI job. [yanked]: https://crates.io/crates/thread_local/1.1.6 [failing]: https://github.com/linkerd/linkerd2/actions/runs/4148333422/jobs/7176219624
terrarier2111
pushed a commit
to terrarier2111/thread_local-rs
that referenced
this issue
Jun 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also https://cirrus-ci.com/task/6008761958006784
thread_local-rs/src/thread_id.rs
Line 136 in 905dad5
The text was updated successfully, but these errors were encountered: