<p dir="ltr">> If it's one<br>
of the expected ones, things will proceed normally.</p>
<p dir="ltr">There are expected segfaults in libjvm?</p>
<p dir="ltr">Sorry, I am 100% ignorant about this subject. I just wanted to know if that was the intended meaning.</p>
<br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 8, 2024, 3:46 PM Kim Barrett <<a href="mailto:kim.barrett@oracle.com">kim.barrett@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/8/24 1:56 PM, Davide Perini wrote:<br>
> I tried attaching gdb, but it’s clear that jvm doesn’t like debuggers <br>
> attached. Right from the start it got sigstop handlers invoked, and <br>
> then a segfault in libjvm. <br>
<br>
I can't comment on the rest of your message, but I might be able to help <br>
with<br>
this. The JVM sometimes executes code that may trigger signals that are<br>
expected to be handled by the JVM's signal handler. In particular, I know<br>
there are a couple of these early in startup. Just try continuing in the<br>
debugger, and let the JVM's signal handler have a crack at them. If it's one<br>
of the expected ones, things will proceed normally.<br>
<br>
</blockquote></div>