bneradt opened a new issue, #10681: URL: https://github.com/apache/trafficserver/issues/10681
I noticed this on docs today: ```gdb (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff714c859 in __GI_abort () at abort.c:79 #2 0x0000555555effb85 in ink_abort (message_format=0x55555606b484 "%s:%d: failed assertion `%s`") at ink_error.cc:99 #3 0x0000555555efbbd3 in _ink_assert (expression=0x555555fb3418 "event == HTTP_TUNNEL_EVENT_DONE || event == VC_EVENT_INACTIVITY_TIMEOUT", file=0x555555fb12da "HttpSM.cc", line=3006) at ink_assert.cc:37 #4 0x0000555555b16eb9 in HttpSM::tunnel_handler (this=0x7fffe802d040, event=104, data=0x7fffe8037300) at HttpSM.cc:3006 #5 0x0000555555b152ce in HttpSM::main_handler (this=0x7fffe802d040, event=104, data=0x7fffe8037300) at HttpSM.cc:2666 #6 0x0000555555aa04ef in Continuation::handleEvent (this=0x7fffe802d040, event=104, data=0x7fffe8037300) at /home/maskit/trafficserver/iocore/eventsystem/I_Continuation.h:228 #7 0x0000555555c25843 in Http2Stream::main_event_handler (this=0x7fffe8037050, event=104, edata=0x7fffa0000cd0) at Http2Stream.cc:232 #8 0x0000555555aa04ef in Continuation::handleEvent (this=0x7fffe8037050, event=104, data=0x7fffa0000cd0) at /home/maskit/trafficserver/iocore/eventsystem/I_Continuation.h:228 #9 0x0000555555f90677 in EThread::process_event (this=0x7ffff41aa010, e=0x7fffa0000cd0, calling_code=104) at UnixEThread.cc:150 #10 0x0000555555f908c7 in EThread::process_queue (this=0x7ffff41aa010, NegativeQueue=0x7fffef9b0170, ev_count=0x7fffef9b0124, nq_count=0x7fffef9b0120) at UnixEThread.cc:185 #11 0x0000555555f90bd6 in EThread::execute_regular (this=0x7ffff41aa010) at UnixEThread.cc:241 #12 0x0000555555f90ff2 in EThread::execute (this=0x7ffff41aa010) at UnixEThread.cc:334 #13 0x0000555555f8f8d6 in spawn_thread_internal (a=0x5555564790e0) at Thread.cc:78 #14 0x00007ffff77a8609 in start_thread (arg=<optimized out>) at pthread_create.c:477 #15 0x00007ffff7249133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 (gdb) f 4 #4 0x0000555555b16eb9 in HttpSM::tunnel_handler (this=0x7fffe802d040, event=104, data=0x7fffe8037300) at HttpSM.cc:3006 3006 ink_assert(event == HTTP_TUNNEL_EVENT_DONE || event == VC_EVENT_INACTIVITY_TIMEOUT); (gdb) p event $1 = 104 ``` -- 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]
