-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
"who --lookup" is failing on travis CI #2181
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
Comments
sylvestre
added a commit
that referenced
this issue
May 6, 2021
Context: If this test makes trouble, ignoring it until this issue is fixed would be reasonable. |
sylvestre
added a commit
that referenced
this issue
May 6, 2021
I am working on this. |
jhscheer
added a commit
to jhscheer/coreutils
that referenced
this issue
May 13, 2021
This closes uutils#2181. `who --lookup` is failing with a runtime panic (double free). Since `crate::dns-lookup` already includes a safe wrapper for `getaddrinfo` I used this crate instead of further debugging the existing code in utmpx::canon_host(). * It was neccessary to remove the version constraint for libc in uucore.
Merged
jhscheer
added a commit
to jhscheer/coreutils
that referenced
this issue
May 13, 2021
This closes uutils#2181. `who --lookup` is failing with a runtime panic (double free). Since `crate::dns-lookup` already includes a safe wrapper for `getaddrinfo` I used this crate instead of further debugging the existing code in utmpx::canon_host(). * It was neccessary to remove the version constraint for libc in uucore.
jhscheer
added a commit
to jhscheer/coreutils
that referenced
this issue
May 13, 2021
This closes uutils#2181. `who --lookup` is failing with a runtime panic (double free). Since `crate::dns-lookup` already includes a safe wrapper for `getaddrinfo` I used this crate instead of further debugging the existing code in utmpx::canon_host(). * It was neccessary to remove the version constraint for libc in uucore.
jhscheer
added a commit
to jhscheer/coreutils
that referenced
this issue
May 13, 2021
This closes uutils#2181. `who --lookup` is failing with a runtime panic (double free). Since `crate::dns-lookup` already includes a safe wrapper for `getaddrinfo` I used this crate instead of further debugging the existing code in utmpx::canon_host(). * It was neccessary to remove the version constraint for libc in uucore.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
caused by #2138
Log:
https://travis-ci.org/github/uutils/coreutils/jobs/769608125
The text was updated successfully, but these errors were encountered: