https://bugs.kde.org/show_bug.cgi?id=388017
Bug ID: 388017 Summary: Callgrind produces empty log for pulseaudio Product: valgrind Version: 3.13.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: callgrind Assignee: josef.weidendor...@gmx.de Reporter: hi-an...@yandex.ru Target Milestone: --- Steps to reproduce: 1. Make sure pulseaudio is not running 2. Execute valgrind --tool=callgrind pulseaudio 3. Force pulseaudio to quit in any of three ways: press Ctrl+c, or kill pulseaudio with `kill` command, or execute `pulseaudio -k`. Expected: Having callgrind.out.pid file with some content Actual: The file is present but empty. Additional info: The problem seems to be exclusive to pulseaudio — every other command I tried does produce the output. When pulseaudio quits, valgrind does not even produce the usual on-quit statistics. -- You are receiving this mail because: You are watching all bug changes.