I have a program stuck in epoll_wait for an unknown reason (the timeout didn't kick in). Is there a way to force epoll_wait to return using gdb?
Note that I can't stop / recompile the program - I actually need to unstick this instance of the program
Thanks!