Comment 1 for bug 1531560

Revision history for this message
Hari Prasad Killi (haripk) wrote :

int fd = socket(AF_LOCAL, SOCK_STREAM, 0);
assert(fd >= 0);

Looks like the max fd limit is reached. Need to check the limit configured and what fds are used. Please update with the test being done when this was seen and if it can be reproduced.