Archived

This forum has been archived. Please start a new discussion on GitHub.

assert false in file Selector.cpp, line 773

os : IBM AIX 5.1
q->revents : POLLNVAL(0x8000)

Comments

  • Ice : 3.5

    Ice : 3.5 .
  • why these softs process POLLNVAL diffrent?

    ICE/Boost.ASIO/ACE : do not process POLLNVAL;
    Libev : process POLLNVAL , and Kill fd;
    Libevent/Mudoo : process POLLNVAL , same as POLLERR;
  • benoit
    benoit Rennes, France
    Hi,

    It's not clear to me why you get POLLNVAL here but the correct thing to do would be to do like POLLERR. Note that AIX isn't a supported platform so you might run into other issues.

    Cheers,
    Benoit.