Re: [Valgrind-users] Valgrind hangs when generating supression for Qt5 menus

2017-07-14 Thread Nathan Bahr
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

Re: [Valgrind-users] Valgrind hangs when generating supression for Qt5 menus

2017-07-14 Thread Paul Floyd
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

Re: [Valgrind-users] Valgrind hangs when generating supression for Qt5 menus

2017-07-14 Thread David Faure
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

[Valgrind-users] Valgrind hangs when generating supression for Qt5 menus

2017-07-14 Thread Nathan Bahr
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