You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@VM-0-14-ubuntu:/Packet/mvfst/_build/build/quic/samples# ./echo -mode server -host 127.1 -port 3333 -v=4
E0416 10:13:34.588210 163980 EventHandler.cpp:141] initHandler called on registered handler; aborting
*** Aborted at 1618539214 (Unix time, try 'date -d @1618539214') ***
*** Signal 6 (SIGABRT) (0x2808c) received by PID 163980 (pthread TID 0x7f5e9326dd00) (linux TID 163980) (maybe from PID 163980, UID 0) (code: -6), stack trace: ***
I0416 10:13:34.588315 163980 AsyncStack.cpp:66] Initialising folly_async_stack_root_tls_key at address 0x5567c680ade0 with pthread_key_t 5
(error retrieving stack trace)
Aborted (core dumped)
There is no such EventHandler.cpp file in the project?
At the beginning, I pulled mvfst in the first few days, and the server was able to run normally. Later, I always reported the error AsyncUDPSocket can't open, Address family not supported by protocol, SIGABRT same, I re-pull the latest mvfst yesterday, compile and run server still error like this, there is a slight difference, how should I solve the problem, and where is the problem?
The text was updated successfully, but these errors were encountered:
root@VM-0-14-ubuntu:/Packet/mvfst/_build/build/quic/samples# ./echo -mode server -host 127.1 -port 3333 -v=4
E0416 10:13:34.588210 163980 EventHandler.cpp:141] initHandler called on registered handler; aborting
*** Aborted at 1618539214 (Unix time, try 'date -d @1618539214') ***
*** Signal 6 (SIGABRT) (0x2808c) received by PID 163980 (pthread TID 0x7f5e9326dd00) (linux TID 163980) (maybe from PID 163980, UID 0) (code: -6), stack trace: ***
I0416 10:13:34.588315 163980 AsyncStack.cpp:66] Initialising folly_async_stack_root_tls_key at address 0x5567c680ade0 with pthread_key_t 5
(error retrieving stack trace)
Aborted (core dumped)
There is no such EventHandler.cpp file in the project?
At the beginning, I pulled mvfst in the first few days, and the server was able to run normally. Later, I always reported the error AsyncUDPSocket can't open, Address family not supported by protocol, SIGABRT same, I re-pull the latest mvfst yesterday, compile and run server still error like this, there is a slight difference, how should I solve the problem, and where is the problem?
The text was updated successfully, but these errors were encountered: