X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README.md;fp=README.md;h=bf4350ef458ee3d2233dbbeff274453581be0425;hb=964084b4b2cd7477ac5f6f776001ecb87cbe1734;hp=27f0b8b4670eb625a3c7aab7748fa0fedb158dd4;hpb=9a24d281070f4c3240ecb0ebbe506734dae27ad2;p=lttng-ust-java-tests.git 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 ----------------------