|
[oprof-cvs] [SF SCMS]oprofile-tests branch master updated.
63fb4a06d0e09e3049a0f38fdcaa75e341e58bec
From: Maynard Johnson <maynardj@us...> - 2012-09-28 14:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "oprofile-tests".
The branch, master has been updated
via 63fb4a06d0e09e3049a0f38fdcaa75e341e58bec (commit)
from 6112f986df4d330fa114d6ae4bdf6962d7ed15a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 63fb4a06d0e09e3049a0f38fdcaa75e341e58bec
Author: Carl Love <cel@...>
Date: Fri Sep 28 09:13:30 2012 -0500
OProfile testsuite, fix perf kill command
The operf user tool expects to get a kill -SIGINT signal. However
the SIGINT signal can not be sent from a script, it must come from
the command line. Hence the pkill -P command was used to kill the
parent and children processes. A bug was found in that the pkill
command kills operf without letting it completely finish the data
processing and exit cleanly. This issue actually was found when
testing a patch that is currently under development to check for
specific symbols. The kill -INT signal can be sent from the script
and is properly caught by operf. When operf catches the INT signal
it shuts down cleanly rather then exiting immediatly. This patch
fixes the current kill command to make sure operf exits cleanly.
Signed-off-by: Carl Love <cel@...>
-----------------------------------------------------------------------
Summary of changes:
testsuite/oprofile-operf/oprofile-operf-run.exp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
oprofile-tests
|
| Thread | Author | Date |
|---|---|---|
| [oprof-cvs] [SF SCMS]oprofile-tests branch master updated. 63fb4a06d0e09e3049a0f38fdcaa75e341e58bec | Maynard Johnson <maynardj@us...> |