Document how to ignore SIGSEV for debugging
authorJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Tue, 11 May 2021 18:53:47 +0000 (14:53 -0400)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 18:53:47 +0000 (14:53 -0400)
README.md

index 27f0b8b4670eb625a3c7aab7748fa0fedb158dd4..bf4350ef458ee3d2233dbbeff274453581be0425 100644 (file)
--- 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
 ----------------------
This page took 0.024089 seconds and 4 git commands to generate.