-
Notifications
You must be signed in to change notification settings - Fork 20
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
how to run pquic with multipath plugins #23
Comments
I test with following command and it crash too gdb bt Program received signal SIGSEGV, Segmentation fault. |
have you executed |
@ak47for Hi! I met the same problem. Have you solved it? |
Did you meet the same problem(i.e. |
Hi! I met the same problem but after compiling plugins with llvm-6(clang-6.0 and llc-6.0), it worked without crash. |
I try to run pquic with multipath, but meet many problems, could you pls give the basic command on how to run mpquic?
I have tried following cmd but it crash:
server side:
./picoquicdemo -P plugins/multipath/multipath_rr_cond.plugin -P plugins/multipath/multipath_rr.plugin
client side:
./picoquicdemo -p 4443 -P plugins/multipath/multipath_rr.plugin -P plugins/multipath/multipath_rr_cond.plugin 127.0.0.1
==crash log==
Starting PicoQUIC server on port 4443, server name = ::, just_once = 0, hrr= 0, 2 local plugins and 0 both plugins
local plugin plugins/multipath/multipath_rr_cond.plugin
local plugin plugins/multipath/multipath_rr.plugin
include multipath_cond.plugin...
create memory manager for plugin be.qdeconinck.multipath.rtt
create fixed block size memory manager
Successfully inserted preplugin plugins/multipath/multipath_rr_cond.plugin
include multipath.plugin...
create memory manager for plugin be.qdeconinck.multipath.rr
create dynamic memory manager
Successfully inserted local plugin plugins/multipath/multipath_rr.plugin
13cdaad11dd1d5ac: Receiving packet type: 2 (initial), S0, Version ff00001d,
13cdaad11dd1d5ac: <13cdaad11dd1d5ac>, <8d0a8603a507a0a8>, Seq: 0, pl: 1206
13cdaad11dd1d5ac: Decrypted 1206 bytes
13cdaad11dd1d5ac: Crypto HS frame, offset 0, length 275: 0100010f030393df...
13cdaad11dd1d5ac: padding, 927 bytes
quic/picoquic/tls_api.c:386 [picoquic_client_hello_call_back]: ALPN Selection call back selects 0 (out of 8)
quic/picoquic/tls_api.c:401 [picoquic_client_hello_call_back]: Client Hello call back returns 0 (0x0)
Register plugin be.qdeconinck.multipath.rtt for full registration
include multipath_cond.plugin...
Replace pluglet already inserted!
Failed to insert pluglet for parametrable protocol operation parse_frame with param 64
Trying to unplug pluglet for non-existing proto op id process_transport_parameter...
Segmentation fault (core dumped)
I think maybe I didn't get the right way to use it, could you pls show me how to run? thank you very much.
The text was updated successfully, but these errors were encountered: