Skip to content
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

bug: crashed while <insert description here> #1499

Closed
DanteGalante opened this issue Feb 3, 2023 · 1 comment
Closed

bug: crashed while <insert description here> #1499

DanteGalante opened this issue Feb 3, 2023 · 1 comment
Labels
bug 🐞 duplicate 🧑‍🤝‍🧑 issue or pull request already exists triage issues and PRs that need to be triaged

Comments

@DanteGalante
Copy link

                        ## Description


                        I tried to install Rover CLI with the command "curl -sSL https://rover.apollo.dev/nix/latest | sh" and then Rover crashed



                        **Crash Report**


                        ```toml

name = 'rover'
operating_system = 'unix:Ubuntu'
crate_version = '0.11.0'
explanation = '''
Panic occurred in file 'src/utils/telemetry.rs' at line 121
'''
cause = '''
could not get request client: RoverError { error: builder error: error reading DNS system conf: Error parsing resolv.conf: ProtoError { kind: Msg("Malformed label: --") }

Caused by:
error reading DNS system conf: Error parsing resolv.conf: ProtoError { kind: Msg("Malformed label: --") }, metadata: RoverErrorMetadata { suggestion: None, code: None, skip_printing_cause: false, json_version: One } }'''
method = 'Panic'
backtrace = '''

0: 0x55a526582c63 - core::result::unwrap_failed::hfaddf24b248137d3
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/result.rs:1785
1: 0x55a5266cce05 - sputnik::session::Session::new::h0d5430c57ea42408
2: 0x55a52658d21a - rover::cli::Rover::run::h60a394c4980ad6eb
3: 0x55a52658d10a - rover::cli::Rover::run_from_args::h3f185cba7783acd9
4: 0x55a5265838d3 - rover::main::hde51c92ba6847882
5: 0x55a5265833b3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3d5543961c49b60f
6: 0x55a526583c39 - std::rt::lang_start::{{closure}}::hf4ab52e37326b5af
7: 0x55a526ea0f6f - core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once::hb69be6e0857c6cfb
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/ops/function.rs:283
- std::panicking::try::do_call::h396dfc441ee9c786
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:492
- std::panicking::try::h6cdda972d28b3a4f
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:456
- std::panic::catch_unwind::h376039ec264e8ef9
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panic.rs:137
- std::rt::lang_start_internal::{{closure}}::hc94720ca3d4cb727
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/rt.rs:148
- std::panicking::try::do_call::h2422fb95933fa2d5
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:492
- std::panicking::try::h488286b5ec8333ff
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:456
- std::panic::catch_unwind::h81636549836d2a25
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panic.rs:137
- std::rt::lang_start_internal::h6ba1bb743c1e9df9
at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/rt.rs:148
8: 0x55a526583c28 - main
9: 0x7fc1fcb63083 - __libc_start_main
at /build/glibc-SzIz7B/glibc-2.31/csu/../csu/libc-start.c:308
10: 0x55a5265832b7 -
11: 0x0 - '''

@DanteGalante DanteGalante added bug 🐞 triage issues and PRs that need to be triaged labels Feb 3, 2023
@EverlastingBugstopper
Copy link
Contributor

Hi @DanteGalante - sorry that you've encountered this issue. This seems to be a problem with parsing your system's DNS resolv.conf configuration file. This panic occurs in an upstream dependency called resolv-conf. You might try inspecting that file and removing the offending entry. I'm going to close this issue as a duplicate of #1471.

@EverlastingBugstopper EverlastingBugstopper added the duplicate 🧑‍🤝‍🧑 issue or pull request already exists label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 duplicate 🧑‍🤝‍🧑 issue or pull request already exists triage issues and PRs that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants