rover icon indicating copy to clipboard operation
rover copied to clipboard

bug: crashed while trying to use `rover dev` to compose local supergraph

Open platzhersh opened this issue 2 years ago • 2 comments

Description

Trying to use rover dev to compose a local supergraph on a Windows machine with rover v0.14.0.

Bildschirm­foto 2023-08-03 um 16 26 24

Crash Report

name = "rover"
operating_system = "windows"
crate_version = "0.14.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: 0x7ff75588cb30 - git_repository_get_namespace
   1: 0x7ff7559e30b5 - git_credential_username_new
   2: 0x7ff75522b677 - git_filter_source_repo
   3: 0x7ff755235e6d - git_filter_source_repo
   4: 0x7ff75523544e - git_filter_source_repo
   5: 0x7ff7552332b3 - git_filter_source_repo
   6: 0x7ff755232b37 - git_filter_source_repo
   7: 0x7ff7551e563e - git_filter_source_repo
   8: 0x7ff75527a913 - git_filter_source_repo
   9: 0x7ff755899fdc - git_repository_get_namespace
  10: 0x7ff9dbc026ad - BaseThreadInitThunk
  11: 0x7ff9dd14aa68 - RtlUserThreadStart"""

platzhersh avatar Aug 03 '23 19:08 platzhersh