masaori335 commented on issue #8979: URL: https://github.com/apache/trafficserver/issues/8979#issuecomment-1194841928
I tried the `--enable-event-tracker` build option to see where the event is scheduled. However, it points odd line, unfortunately. ``` (gdb) p e->_location $3 = (const void *) 0x5654998b4f10 <HttpTunnel::consumer_handler(int, HttpTunnelConsumer*)+320> (gdb) info line *0x5654998b4f10 Line 1373 of "HttpTunnel.cc" starts at address 0x5654998b4f10 <HttpTunnel::consumer_handler(int, HttpTunnelConsumer*)+320> and ends at 0x5654998b4f2a <HttpTunnel::consumer_handler(int, HttpTunnelConsumer*)+346> ``` https://github.com/apache/trafficserver/blob/3c583febf7ff0c9c35d9faab2b3752fcb93f8abf/proxy/http/HttpTunnel.cc#L1373 A wild idea is that HttpTunnel producer and consumer has a race. -- 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]
