This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) t a a bt full | |
Thread 128 (Thread 0x7ff12796d640 (LWP 1408117)): | |
#0 0x00007ff1e55eafde in epoll_wait (epfd=287, events=0x7fef6c07beb0, maxevents=200, timeout=timeout@entry=181) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 | |
sc_ret = -4 | |
sc_cancel_oldtype = 0 | |
sc_ret = <optimized out> | |
#1 0x0000563ae83f3509 in _do_poll (p=<optimized out>, exp=-1905336747, wake=<optimized out>) at src/ev_epoll.c:232 | |
timeout = 181 | |
status = <optimized out> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) t a a bt full | |
Thread 128 (Thread 0x7f7e5619a640 (LWP 1588262)): | |
#0 0x00007f7eff4f4fde in epoll_wait (epfd=143, events=0x7f7d8403df10, maxevents=200, timeout=timeout@entry=362) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 | |
sc_ret = -4 | |
sc_cancel_oldtype = 0 | |
sc_ret = <optimized out> | |
#1 0x0000564435015509 in _do_poll (p=<optimized out>, exp=2058013767, wake=<optimized out>) at src/ev_epoll.c:232 | |
timeout = 362 | |
status = <optimized out> |