[LTP] [PATCH 1/1] README: Mention -f param for strace

Avinesh Kumar akumar@suse.de
Tue Jan 30 13:37:16 CET 2024


Hi Petr,

On Monday, January 29, 2024 6:46:47 PM CET Petr Vorel wrote:
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Hi,
> 
> probably obvious, but it does not harm to mention it.
> Hopefully users will find it.
> 
> Kind regards,
> Petr
> 
>  README.md | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/README.md b/README.md
> index 6147c5f6f..abbea8f4f 100644
> --- a/README.md
> +++ b/README.md
> @@ -215,12 +215,13 @@ SUSE also publishes a
>  [smaller LTP
> container](https://registry.opensuse.org/cgi-bin/cooverview?srch_term=proje
> ct%3D%5Ebenchmark+container%3D.*) that is not based on the Containerfile.
> 
> -Debugging with gdb
> -==================
> +Debugging with gdb and strace
> +=============================
> 
>  The new test library runs the actual test, i.e. the `test()` function in a
>  forked process. To get stack trace of a crashing test in gdb it's needed to
> [`set follow-fork-mode
> child`](https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_25.html). +To
> trace test with strace use `-f`.
For a second I thought ltp tests has `-f` option.
So maybe if we can make it absolutely clear, or maybe it is just me. :D

Reviewed-by: Avinesh Kumar <akumar@suse.de>

> 
>  Developers corner
>  =================

Thanks,
Avinesh




More information about the ltp mailing list