I get a file descriptor in use error that comes from the socket libraries (/etc/.name_service_door). How do I supress it?
Answer Posted / chaitanya
Purify only allows to supress all or none of the file descriptor in use errors. Therefore you should just ignore this error, since you want to be able to know if your code leaves any descriptors open.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers