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 says "Undefined subroutine &runner::valgrindparse called" on torture test fails #11364

Closed
bagder opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels

Comments

@bagder
Copy link
Member

bagder commented Jun 21, 2023

I did this

In one of my dev branches I run ./torture -t44 [num] to reproduce a specific problem. It has a memory leak, which valgrind detects.

It seems to trigger a perl error:

$ ./runtests.pl -t44 451
...
test 0451...[Variable from file that is JSON and URL encoded (with null byte)]
 159 functions to make fail
Undefined subroutine &runner::valgrindparse called at runner.pm line 481.

I expected the following

See the valgrind output at the end of test.

curl/libcurl version

current git master

operating system

Linux

@bagder bagder added the tests label Jun 21, 2023
bch pushed a commit to bch/curl that referenced this issue Jul 19, 2023
use valgrind was missing which caused torture tests with valgrind
enabled to fail.

Reported-by: Daniel Stenberg
Fixes curl#11364
Closes curl#11365
ptitSeb pushed a commit to wasix-org/curl that referenced this issue Sep 25, 2023
use valgrind was missing which caused torture tests with valgrind
enabled to fail.

Reported-by: Daniel Stenberg
Fixes curl#11364
Closes curl#11365
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