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

Run the server error : “thread 'tokio-runtime-worker' panicked at 'removal index (is 0) should be < len (is 0)', src/server/inbound/tcp_tls.rs:25:38” #3

Open
nivrrex opened this issue Jan 4, 2022 · 0 comments

Comments

@nivrrex
Copy link

nivrrex commented Jan 4, 2022

After the nightly version of rust is compiled and passed (rustc 1.59.0-nightly), an error occurs when running on the server side, and the tcp port cannot be bound.

Jan 04 11:12:13.108  INFO starting glommio runtime: 0
Jan 04 11:12:13.109  INFO glommio runtime started
Jan 04 11:12:13.115  INFO starting dns resolver
Jan 04 11:12:13.115  INFO server-start
thread 'tokio-runtime-worker' panicked at 'removal index (is 0) should be < len (is 0)', src/server/inbound/tcp_tls.rs:25:38
stack backtrace:
   0:     0x55927954b5dc - <unknown>
   1:     0x55927956fe4c - <unknown>
   2:     0x559279543ff3 - <unknown>
   3:     0x55927954dd42 - <unknown>
   4:     0x55927954d925 - <unknown>
   5:     0x55927954e393 - <unknown>
   6:     0x55927954e0b0 - <unknown>
   7:     0x55927954ba84 - <unknown>
   8:     0x55927954dde9 - <unknown>
   9:     0x55927922f7c1 - <unknown>
  10:     0x55927922f622 - <unknown>
  11:     0x5592792db052 - <unknown>
  12:     0x5592793799ba - <unknown>
  13:     0x55927934be79 - <unknown>
  14:     0x5592792539c2 - <unknown>
  15:     0x559279240989 - <unknown>
  16:     0x55927950be40 - <unknown>
  17:     0x559279510da8 - <unknown>
  18:     0x55927950ff70 - <unknown>
  19:     0x5592794fd40b - <unknown>
  20:     0x55927950fa0c - <unknown>
  21:     0x559279511fb1 - <unknown>
  22:     0x5592795085c4 - <unknown>
  23:     0x559279506640 - <unknown>
  24:     0x5592794ff83c - <unknown>
  25:     0x5592795133fa - <unknown>
  26:     0x559279552653 - <unknown>
  27:     0x7f261e427ea7 - start_thread
  28:     0x7f261e20ddef - clone
  29:                0x0 - <unknown>
Jan 04 11:12:13.128  INFO listening on [udp]0.0.0.0:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant