@0x0@lemmy.zip to Programmer Humor@programming.dev • 27 days agorace conditionslemmy.zipimagemessage-square87fedilinkarrow-up1882arrow-down125
arrow-up1857arrow-down1imagerace conditionslemmy.zip@0x0@lemmy.zip to Programmer Humor@programming.dev • 27 days agomessage-square87fedilink
minus-square@VitabytesDev@feddit.nllinkfedilink6•26 days agoI have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
minus-square@burlemarx@lemmygrad.mllinkfedilink1•26 days 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.