Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

RootCause shows signal 11 during my Java application run, but there was no crash. Is this a valid signal 11?

0
Posted

RootCause shows signal 11 during my Java application run, but there was no crash. Is this a valid signal 11?

0

Yes. The JVM routinely uses signal 11 (perhaps for extending the stack) and signal 4 (illegal instruction — not sure what that’s for). These can show up in the trace and are fine. Later versions of the JVM provide options for reducing its use of signals; you can search java.sun.com for details.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123