masaori335 commented on issue #8979:
URL: https://github.com/apache/trafficserver/issues/8979#issuecomment-1194831371
```
(gdb) f 3
#3 RangeTransform::handle_event(int, void*) (this=0x7f86751c0000,
event=<optimized out>, edata=<optimized out>) at Transform.cc:817
817 MUTEX_TRY_LOCK(trylock, m_write_vio.mutex, this_ethread());
(gdb) p this->m_write_vio
$1 = {
cont = 0x0,
nbytes = 0,
ndone = 0,
op = 0,
buffer = {
mbuf = 0x0,
entry = 0x0
},
vc_server = 0x0,
mutex = {
m_ptr = 0x0
},
_disabled = false
}
```
--
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]