[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] Assertion in evmap_io_active



(re-sending since my previous message doesn't appear to have reached the list)
Our code uses libevent 2.0.10 and we are running into the assertion below.
We haven't seen any real problems beyond that assertion but it is alarming nevertheless.

Can anyone please shed some light on what this assertion might indicate ?

Thanks
Gilad

void
evmap_io_active(struct event_base *base, evutil_socket_t fd, short events)
{
  struct event_io_map *io = &base->io;
  struct evmap_io *ctx;
  struct event *ev;

#ifndef EVMAP_USE_HT
  EVUTIL_ASSERT(fd < io->nentries);
#endif
  GET_IO_SLOT(ctx, io, fd, evmap_io);
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.