From 964084b4b2cd7477ac5f6f776001ecb87cbe1734 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Julien Date: Tue, 11 May 2021 14:53:47 -0400 Subject: [PATCH] Document how to ignore SIGSEV for debugging --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27f0b8b..bf4350e 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,9 @@ You should hit the breakpoint at some point and from there use steps etc. If you want to debug lttng-ust, you need to insert a breakpoint at a valid point in time for the test and then use gdb to hook yourself to the java process. From there debugging is the same as any C application. +You will need to ignore SIGSEV from java under gdb: + + handle SIGSEGV nostop noprint pass Running the benchmarks ---------------------- -- 2.34.1