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

Crash reported when port is in use #337

Open
fawadasaurus opened this issue Jun 28, 2023 · 0 comments
Open

Crash reported when port is in use #337

fawadasaurus opened this issue Jun 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fawadasaurus
Copy link
Contributor

Describe the bug
I get the "sorry" message when a port is being used and I try to start an app.

name = "wick"
operating_system = "Mac OS 13.4.0 [64-bit]"
crate_version = "0.10.0"
explanation = """
Panic occurred in file '/Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.26/src/server/server.rs' at line 79
"""
cause = "error binding to 0.0.0.0:8080: error creating server listener: Address already in use (os error 48)"
method = "Panic"
backtrace = """

   0: 0x105b3ec54 - __mh_execute_header
   1: 0x105b365d8 - __mh_execute_header
   2: 0x10591cecc - __mh_execute_header
   3: 0x10591bd84 - __mh_execute_header
   4: 0x105391cdc - __mh_execute_header
   5: 0x10539837c - __mh_execute_header
   6: 0x105382fd8 - __mh_execute_header
   7: 0x105382d40 - __mh_execute_header
   8: 0x105343094 - __mh_execute_header
   9: 0x1831e7fa8 - __pthread_joiner_wake"""

To Reproduce
Make a wick app or other service listen on port 8080, then try to start another one on 8080 using wick.

Expected behavior
Just an error message that the port is being used is sufficient.

Actual behavior

Well, this is embarrassing.

wick had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/var/folders/sw/lp7r36617yjbtmzgk45sg3ww0000gn/T/report-70d944e4-389b-42d5-b17c-44fd62572e6d.toml". Submit an issue or email with the subject of "wick Crash Report" and include the report as an attachment.

- Homepage: https://github.com/candlecorp/wick
- Authors: wick authors

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!

Environment:

  • OS
  • Architecture
  • Build Version

Additional context
Add any other context about the problem here.

@fawadasaurus fawadasaurus added bug Something isn't working triage To be triaged labels Jun 28, 2023
@jsoverson jsoverson removed the triage To be triaged label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants