Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtests with custom curl and valgrind fails #11074

Closed
bagder opened this issue May 4, 2023 · 3 comments
Closed

runtests with custom curl and valgrind fails #11074

bagder opened this issue May 4, 2023 · 3 comments
Labels

Comments

@bagder
Copy link
Member

bagder commented May 4, 2023

I did this

$ cd tests
$ ./runtests.pl -c /usr/bin/curl 1
sh: 1: nghttpx -v 2>/dev/null: not found
readline() on closed filehandle $curlh at ./runtests.pl line 2190.

It works if I instead add -n to the command line like:

$ ./runtests.pl -n -c /usr/bin/curl 1

I expected the following

It should work. I can run "valgrind /usr/bin/curl" just fine.

curl/libcurl version

current git master

operating system

This is a reasonably updated Debian Linux.

@bagder bagder added the tests label May 4, 2023
@bagder
Copy link
Member Author

bagder commented May 4, 2023

@dfandrich any obvious ideas?

@dfandrich
Copy link
Contributor

dfandrich commented May 5, 2023 via email

@bagder
Copy link
Member Author

bagder commented May 5, 2023

Thanks!

bch pushed a commit to bch/curl that referenced this issue Jul 19, 2023
The curl binary argument wasn't being quoted properly. This seems to
have broken at some point after quoting was added in commit 606b29f.

Reported-by: Daniel Stenberg
Ref: curl#11073
Fixes curl#11074
Closes curl#11076
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants