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

[t_rex 0.14.1 + up] thread 'actix-web' panicked at 'not implemented' #281

Closed
tobwen opened this issue Jan 24, 2022 · 1 comment
Closed

Comments

@tobwen
Copy link
Contributor

tobwen commented Jan 24, 2022

tl;dr

Starting with v0.14.1, t_rex starts to panic. I'm on a current Debian Bullseye.

logs

RUST_BACKTRACE=full /home/tobwen/trex/t_rex serve --config /home/tobwen/trex/opt/t-rex.toml
2022-01-24 12:35:07.975 INFO Reading configuration from '/home/tobwen/trex/opt/t-rex.toml'
thread 'actix-web' panicked at 'not implemented', t-rex-core/src/datasource/datasource.rs:47:9
stack backtrace:
   0:     0x5641dcaf832c - <unknown>
   1:     0x5641dcb1deac - <unknown>
   2:     0x5641dcaf0225 - <unknown>
   3:     0x5641dcaf9f00 - <unknown>
   4:     0x5641dcaf9ab5 - <unknown>
   5:     0x5641dcafa5b4 - <unknown>
   6:     0x5641dcafa062 - <unknown>
   7:     0x5641dcaf87d4 - <unknown>
   8:     0x5641dcaf9ff9 - <unknown>
   9:     0x5641dc3a1ef1 - <unknown>
  10:     0x5641dc3a1e3d - <unknown>
  11:     0x5641dc6d06ba - <unknown>
  12:     0x5641dc647d9f - <unknown>
  13:     0x5641dc4a01fc - <unknown>
  14:     0x5641dc41b2de - <unknown>
  15:     0x5641dc5cb371 - <unknown>
  16:     0x5641dc5cbb8f - <unknown>
  17:     0x5641dcaff693 - <unknown>
  18:     0x7fb14175cea7 - start_thread
                               at ./nptl/./nptl/pthread_create.c:477:8
  19:     0x7fb141540def - clone
                               at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  20:                0x0 - <unknown>
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Canceled', t-rex-webserver/src/server.rs:246:6
stack backtrace:
   0:     0x5641dcaf832c - <unknown>
   1:     0x5641dcb1deac - <unknown>
   2:     0x5641dcaf0225 - <unknown>
   3:     0x5641dcaf9f00 - <unknown>
   4:     0x5641dcaf9ab5 - <unknown>
   5:     0x5641dcafa5b4 - <unknown>
   6:     0x5641dcafa090 - <unknown>
   7:     0x5641dcaf87d4 - <unknown>
   8:     0x5641dcaf9ff9 - <unknown>
   9:     0x5641dc3a1ef1 - <unknown>
  10:     0x5641dc3a1fe3 - <unknown>
  11:     0x5641dc4361e6 - <unknown>
  12:     0x5641dc47f960 - <unknown>
  13:     0x5641dc43363b - <unknown>
  14:     0x5641dc47fb96 - <unknown>
  15:     0x5641dc496709 - <unknown>
  16:     0x5641dc416f98 - <unknown>
  17:     0x5641dc4ac89a - <unknown>
  18:     0x5641dc3d5e4a - <unknown>
  19:     0x5641dc3be14c - <unknown>
  20:     0x5641dc3ba833 - <unknown>
  21:     0x5641dc3aa269 - <unknown>
  22:     0x5641dcaf800b - <unknown>
  23:     0x5641dc3c0432 - <unknown>
  24:     0x7fb141469d0a - __libc_start_main
                               at ./csu/../csu/libc-start.c:308:16
  25:     0x5641dc3a26ce - <unknown>
  26:                0x0 - <unknown>
Panic in Arbiter thread
@tobwen tobwen changed the title v0.14.3-beta4: thread 'actix-web' panicked at 'not implemented' [t_rex 0.14.1 + up] thread 'actix-web' panicked at 'not implemented' Jan 24, 2022
@tobwen
Copy link
Contributor Author

tobwen commented Jan 24, 2022

God, I'm getting old... #260

@tobwen tobwen closed this as completed Jan 24, 2022
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