Skip to content

runtests says "Undefined subroutine &runner::valgrindparse called" on torture test fails #11364

Closed
@bagder

Description

@bagder

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

Activity

added a commit that references this issue on Jun 21, 2023
3cfd9f2
added a commit that references this issue on Jul 19, 2023
bd3ce46
added a commit that references this issue on Sep 25, 2023
8dc2e29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @bagder@dfandrich

      Issue actions

        runtests says "Undefined subroutine &runner::valgrindparse called" on torture test fails · Issue #11364 · curl/curl