"Error accepting connection: Function not implemented", is this expected?
mamsds <[email protected]> Fri, 23 Jun 2023 23:34:57 +0800
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <TYCP286MB12503AC4DAD5C7899BA5D780D923A@TYCP286MB1250.JPNP286.PROD.OUTLOOK.COM> |
Hi, I am trying to use Valgrind to check my program that uses GNU's [Libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/) to handle HTTP requests. However, each time a client makes a request, Valgrind complains "Error accepting connection: Function not implemented" and my program fails to handle the request as a result. Is this expected? If the answer is yes, is there anything I can do to make Valgrind work? Thanks, Best regards, Alex Kong