Thank you for the feedback. Setting -gen-suppressions to all helped resolve
the issues.
On Fri, Jul 14, 2017 at 12:22 PM, Paul Floyd wrote:
>
> On 14 Jul 2017, at 21:10, Nathan Bahr wrote:
>
> > Hi,
> >
> > I made a simple Qt5 application with a single menu item and valgrind is
> configured to p
On 14 Jul 2017, at 21:10, Nathan Bahr wrote:
> Hi,
>
> I made a simple Qt5 application with a single menu item and valgrind is
> configured to print suppression code.
>
> If I open and close a menu, valgrind holds onto the QMenu object and prompts
> to print supression code. This causes the w
On vendredi 14 juillet 2017 21:10:50 CEST Nathan Bahr wrote:
> Hi,
>
> I made a simple Qt5 application with a single menu item and valgrind is
> configured to print suppression code.
>
> If I open and close a menu, valgrind holds onto the QMenu object and
> prompts to print supression code. This
Hi,
I made a simple Qt5 application with a single menu item and valgrind is
configured to print suppression code.
If I open and close a menu, valgrind holds onto the QMenu object and
prompts to print supression code. This causes the whole setup to hang where
I cannot interact with the application