Skip to content

valgrind: Add number of callers option

Adds a number of callers options to increase the maximum limit of the displayed stack trace length of leaks.

This is useful for GTK apps because the stack trace is usually longer than the default 12, thus only showing library calls in some instances.

Screenshot for reference:

Screenshot_from_2023-05-08_02-55-54

Edited by Khalid Abu Shawarib

Merge request reports