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 running rover dev #1551

Closed
nils-jansen opened this issue Mar 24, 2023 · 1 comment · Fixed by #1619
Closed

bug: crashed while running rover dev #1551

nils-jansen opened this issue Mar 24, 2023 · 1 comment · Fixed by #1619
Labels
bug 🐞 triage issues and PRs that need to be triaged

Comments

@nils-jansen
Copy link

nils-jansen commented Mar 24, 2023

name = 'rover'
operating_system = 'unix:Ubuntu'
crate_version = '0.13.0'
explanation = '''
Panic occurred in file 'src/command/dev/protocol/leader.rs' at line 288
'''
cause = """
\u001B[31m\u001B[1merror:\u001B[0m the router was unable to start up
"""
method = 'Panic'
backtrace = '''

   0: 0x5622350ccc48 - core::panicking::panic_display::hd426097df52647df
   1: 0x5622350d3bdf - rover::command::dev::protocol::leader::LeaderSession::compose::hd03f79886afc464c
   2: 0x5622350d2cff - rover::command::dev::protocol::leader::LeaderSession::add_subgraph::h3908b1df6f7c5b68
   3: 0x5622350d1069 - rover::command::dev::protocol::leader::LeaderSession::receive_all_subgraph_updates::he052a53753406c79
   4: 0x5622350d0a07 - rover::command::dev::protocol::leader::LeaderSession::listen_for_all_subgraph_updates::h473470f5f7871612
   5: 0x562234fce9b1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h2b4808b01606f242
   6: 0x562234fef8c5 - rayon_core::registry::Registry::catch_unwind::h32ae4b61312d2c26
   7: 0x562234fe094a - <rayon_core::job::HeapJob<BODY> as rayon_core::job::Job>::execute::hdf659669a99274c1
   8: 0x562234f7ef63 - rayon_core::registry::WorkerThread::wait_until_cold::h74851334258af851
   9: 0x562235839f08 - rayon_core::registry::ThreadBuilder::run::hd90b4b2fb087e0d3
  10: 0x56223584108a - std::sys_common::backtrace::__rust_begin_short_backtrace::h8a79ef7335fa1073
  11: 0x56223583dfdb - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6c7a014c043f1467
  12: 0x5622358dab63 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h49f797984e2121bf
                at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/alloc/src/boxed.rs:1940
                 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hfa4f3d0ee6440e0b
                at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/alloc/src/boxed.rs:1940
                 - std::sys::unix::thread::Thread::new::thread_start::h62ca48b42d48a8fc
                at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/sys/unix/thread.rs:108
  13: 0x7ffa50094b43 - start_thread
                at ./nptl/pthread_create.c:442
  14: 0x7ffa50126a00 - clone3
                at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
  15:        0x0 - <unresolved>'''
@nils-jansen nils-jansen added bug 🐞 triage issues and PRs that need to be triaged labels Mar 24, 2023
@dbanty
Copy link
Contributor

dbanty commented May 25, 2023

#1607 will fix the crash so that the underlying issue is easier to see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 triage issues and PRs that need to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants