Starting dbus-services over valgrind

Thiago Macieira thiago at kde.org
Fri Jul 6 15:00:27 UTC 2018


On Thursday, 5 July 2018 14:15:29 PDT Дилян Палаузов wrote:
> Exec=/usr/local/bin/valgrind --trace-children=yes --error-limit=no --
> leak-check=full --show-leak-kinds=all --read-var-info=yes
> /usr/local/bin/gnome-keyring-daemon --start --foreground --
> components=secrets &>> /tmp/valgrind-gnome-keyring-daemon
> 
> does run under valgrind, but does not create /tmp/valgrind-gnome-
> keyrind-gaemon.

Probably because this is not passed to a shell, so your application (gnome-
keyring-daemon) is getting a "&>>" argument and that path.

Try valgrind's --log-file argument.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center





More information about the dbus mailing list