Skip to content

Add drop guard to prevent running child process #36

@jfrimmel

Description

@jfrimmel

As noted in this line:

// TODO: use drop guard, that waits on child in order to prevent printing to stdout of the child

the program needs a drop guard for cases, when the main program dies (e.g. it was killed with Ctrl+C). The current behavior is, that the program exits, but the valgrind child-process remains alive and prints to the standard output of the main process.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions