Hi,
the compiled masque-server throws an "Segmentation fault (core dumped)" upon execution.
Steps to reproduce:
Compile the masque-server: bazel build //quiche:masque_server
Execute the built executable: ./masque_server
I debugged the executable with GDB:
Core was generated by ./masque_server.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00005605207d5b36 in quic::TlsServerConnection::CreateSslCtx(quic::ProofSource*) ()
Hi, the compiled masque-server throws an "Segmentation fault (core dumped)" upon execution. Steps to reproduce:
bazel build //quiche:masque_server
./masque_server
I debugged the executable with GDB:
Greetings, Heiko