• VitabytesDev
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    I have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.

    • burlemarx@lemmygrad.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Yup, can confirm. We had a wrapper to a C++ library using JNI, so whenever this library crashed so did the entire JVM.