https://sourceware.org/bugzilla/show_bug.cgi?id=31459

Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vladimir.mezentsev at oracle 
dot c
                   |                            |om

--- Comment #4 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
gprofng-collect-app puts all messages to stdout.
In this case, the --outfile option redirects all our output.
I see that gprofng-collect-app adds messages to the end of file.
It looks like a bug:
% gprofng collect app --outfile x  ./a.out 10
% gprofng collect app --outfile x  ./a.out 10
% cat x
Thu Feb 13 10:39:07 2025
Creating experiment directory test.2.er (Process ID: 890594) ...
Thu Feb 13 10:39:09 2025
Creating experiment directory test.3.er (Process ID: 890606) ...



gprofng-display-text puts messages in stdout and in stderr.
It looks like a bug, since gprofng-display-text prints "Print limit set to 5"
to stderr.
It is not error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to