google / quiche

BSD 3-Clause "New" or "Revised" License
660 stars 132 forks source link

Masque Server segmentation fault #34

Closed Zero3141 closed 1 year ago

Zero3141 commented 1 year ago

Hi, the compiled masque-server throws an "Segmentation fault (core dumped)" upon execution. Steps to reproduce:

  1. Compile the masque-server: bazel build //quiche:masque_server
  2. 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*) ()

Greetings, Heiko