Closed krainesilluscio closed 2 months ago
I tried just now on linux and it works fine for me. Can you add -v 4 to the server to get a debug trace and paste it here?
Closing with no activity from OP. Please reopen with logs if you are still seeing this issue.
OS:
macOS-Sonoma 14.3.1
Proxygen install:Homebrew
Proxygen version:2024.04.01.00
We have created a standalone project that ingrates the
HQ
sample. We are linking to a brew install ofproxygen
/mvfst
usingcmake
. All parts of the HQ sample are building without issue. We are able to launch our HQ sample server and wait for clients. If we then connect a client (using the HQ sample in the brew install) the connection will throw a segfault on the server. The segfault is occurring inHQServer.cpp-QuicAcceptCB::onTransportReady()
when we callsession->setEgressSettings()
.Standard output:
Address sanitized output:
Any help addressing this issue would be appreciated, Thank you