Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-26 Thread mamsds
I just tried running the program with Valgrind on a machine with Debian 12 (bookworm). It ships with valgrind-3.19.0. I did exactly the same and the issue is gone. So I think the issue can be considered closed. Also, on the "bugs" you mentioned in the previous email. Note that this project is

Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-25 Thread John Reiser
Upgrade valgrind *TODAY*.  The current version is valgrind-3.21.0. On a RaspberryPi model 3 in 32-bit mode (armhf) running Debian 11 (bullseye), then "apt-get install valgrind" installs valgrind-3.16.1 which is much better than the valgrind-3.7.0 which complained "not implemented" for the "pac"

Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-24 Thread John Reiser
I am using Debian on RaspberryPi and everything is from the official apt package manager. Hardware architecture: armv7l GNU/Linux OS version:Raspbian GNU/Linux 11 (bullseye) Libmicrohttpd: stable, 0.9.72-2 armhf Valgrind: valgrind-3.7.0 Upgrade valgrind

Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-24 Thread ISHIKAWA,chiaki
On 2023/06/25 2:09, mamsds wrote: Hi John, I am using Debian on RaspberryPi and everything is from the official apt package manager. Hardware architecture: armv7l GNU/Linux OS version:Raspbian GNU/Linux 11 (bullseye) Libmicrohttpd: stable, 0.9.72-2 armhf Valgrind:

Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-24 Thread mamsds
Hi John, I am using Debian on RaspberryPi and everything is from the official apt package manager. Hardware architecture: armv7l GNU/Linux OS version:Raspbian GNU/Linux 11 (bullseye) Libmicrohttpd: stable, 0.9.72-2 armhf Valgrind: valgrind-3.7.0 I can also share

Re: [Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-23 Thread John Reiser
... each time a client makes a [HTTP] request, Valgrind complains "Error accepting connection: Function not implemented" and my program fails to handle the request as a result. Which versions of each of these pieces are you running: Libmicrohttpd, valgrind, hardware architecture, OS? Please

[Valgrind-users] "Error accepting connection: Function not implemented", is this expected?

2023-06-23 Thread mamsds
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