0x0@lemmy.zip to Programmer Humor@programming.dev · 1 day agorace conditionslemmy.zipimagemessage-square76fedilinkarrow-up1805arrow-down121
arrow-up1784arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 1 day agomessage-square76fedilink
minus-squareVitabytesDev@feddit.nllinkfedilinkarrow-up5·20 hours agoI have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
minus-squareburlemarx@lemmygrad.mllinkfedilinkarrow-up1·16 hours agoYup, can confirm. We had a wrapper to a C++ library using JNI, so whenever this library crashed so did the entire JVM.
I have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
Yup, can confirm. We had a wrapper to a C++ library using JNI, so whenever this library crashed so did the entire JVM.