Hi, I am getting a crash with following values :-
Poll is the system call in use giving "errno" as 24 (EMFILE) and struct pollfd has values "fd = 1022, events = 1, revents = 32"
Here we are woking on "fd = 1022" then why it is showing "errno" as 24 (EMFILE /Too many files open/)
I have multiple threads which works in an Infinite loop.