bryancall commented on issue #8697:
URL: https://github.com/apache/trafficserver/issues/8697#issuecomment-4827449734

   The crash in this report is entirely within the original (pre-quiche) QUIC 
handshake code: the QUICTLS constructor, 
QUICNetVConnection::_setup_handshake_protocol, QUICNetVConnection::start and 
acceptEvent, and QUICPollCont's long-header packet processing. That entire 
in-tree QUIC implementation was removed and replaced by the quiche-based stack 
in https://github.com/apache/trafficserver/pull/10703 ("Remove the original 
QUIC implementation"), which first shipped in release 10.0.0. None of the 
functions in this backtrace exist in current source anymore (for example, 
_setup_handshake_protocol and the QUICTLS source file are both gone). Since the 
crashing code path no longer exists, I am closing this as resolved by the QUIC 
rewrite. If you still see a Segmentation fault with HTTP/3 on a current build, 
please open a new issue with the version and a fresh backtrace.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to