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

Add a hint to the "Address already in use" error #1509

Closed
rex4539 opened this issue Dec 13, 2020 · 1 comment · Fixed by #1535
Closed

Add a hint to the "Address already in use" error #1509

rex4539 opened this issue Dec 13, 2020 · 1 comment · Fixed by #1535
Assignees
Labels
A-rust Area: Updates to Rust code C-bug Category: This is a bug
Milestone

Comments

@rex4539
Copy link
Contributor

rex4539 commented Dec 13, 2020

Suggested Solution

Add a hint to the "Address already in use" error, like the hint in #1484

Detailed Logs

Dec 13 12:39:36.866  INFO {zebrad="83e72bdd"}:sync:obtain_tips:state: zebra_state::util: created block locator tip_height=Height(597795) min_locator_height=597696 locators=[Height(597795), Height(597794), Height(597793), Height(597791), Height(597787), Height(597779), Height(597763), Height(597731), Height(597696)]
Dec 13 12:39:36.867  WARN {zebrad="83e72bdd"}:sync: zebrad::components::sync: error obtaining tips e=
   0: buffered service failed: Address already in use (os error 48)
   1: Address already in use (os error 48)

Location:
   zebrad/src/components/sync.rs:280

  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  
   0: zebrad::components::sync::obtain_tips
      at zebrad/src/components/sync.rs:255
   1: zebrad::components::sync::sync
      at zebrad/src/components/sync.rs:150
   2: zebrad::commands:: with zebrad="83e72bdd"
      at zebrad/src/commands.rs:56

Error

Error: 
   0: buffered service failed: Address already in use (os error 48)
   1: Address already in use (os error 48)

Metadata

key value
version 3.0.0-alpha.0
git commit 83e72bdd

SpanTrace

SpanTrace:
   0: zebrad::components::sync::obtain_tips
             at zebrad/src/components/sync.rs:255
   1: zebrad::components::sync::sync
             at zebrad/src/components/sync.rs:150
   2: zebrad::commands::
           with zebrad="83e72bdd"
             at zebrad/src/commands.rs:56
@oxarbitrage
Copy link
Contributor

oxarbitrage commented Dec 13, 2020

Duplicate of #1484

Edit: not a duplicate, because it's possible to reach this error without reaching the panic in #1484.

@oxarbitrage oxarbitrage marked this as a duplicate of #1484 Dec 13, 2020
@teor2345 teor2345 reopened this Dec 14, 2020
@teor2345 teor2345 marked this as not a duplicate of #1484 Dec 14, 2020
@teor2345 teor2345 changed the title Error: buffered service failed: Address already in use Add a hint to the "Address already in use" error Dec 14, 2020
@teor2345 teor2345 added this to the v1.0.0-alpha.1 milestone Dec 14, 2020
@teor2345 teor2345 added A-rust Area: Updates to Rust code C-bug Category: This is a bug S-needs-triage Status: A bug report needs triage labels Dec 14, 2020
@mpguerra mpguerra linked a pull request Jan 11, 2021 that will close this issue
6 tasks
@teor2345 teor2345 removed this from the v1.0.0-alpha.1 milestone Jan 11, 2021
@mpguerra mpguerra modified the milestones: 2021 Sprint 1, 2021 Sprint 2 Jan 25, 2021
@mpguerra mpguerra removed the S-needs-triage Status: A bug report needs triage label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rust Area: Updates to Rust code C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants