Robotics StackExchange | Archived questions

accept() on socket [6] failed with error

when I use the service,I found when the service called a number of times, it will appear the error

[ERROR] [1462436232.811787210]: accept() on socket [6] failed with error [Too many open files]

also have the error [ERROR] [1462512972.142904153]: getifaddr() failed

I don't know why and how to fix it.if someone knows the reason,please tell me ,thank you very much

Asked by cros on 2016-05-05 03:23:07 UTC

Comments

If you're running out of open files, that suggests that you're doing more than calling a service a number of times. Please provide enough information to reproduce your problem so we can help you.

Asked by tfoote on 2016-05-07 16:38:07 UTC

Answers