[LBBS-133] io_tls: Crash due to t being NULL in io_read_pending
I think this has happened a couple times now:
Thread 1 (Thread 0x7efc974186c0 (LWP 3745453)):
#0 0x00007efcc7072c45 in io_read_pending (varg=0x0) at io_tls.c:204
t = 0x0
__func__ = "io_read_pending"
#1 0x000055bf4c0e7f38 in io_thread (varg=0x7efca0005038) at io.c:325
res = 68
tran = 0x7efca0005038
t = 0x55bf7f23ac70
pfds = {{fd = 66, events = 43, revents = 0}, {fd = 69, events = 43, revents = 0}}
__func__ = "io_thread"
#2 0x000055bf4c11b563 in thread_run (data=0x7efcb006cf30) at thread.c:512Comments
You must be logged in to leave a comment.