From the GDB output, two issues are apparent:
tcp_main
process was not configured as a worker, yet a local connection in the main process triggered tcpconn_read_timeout
.tcp_main_ltimer
list is corrupted: the doubly-linked list contains multiple head
pointers, some null pointers, and reader timer pointers.—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.