@0x0@lemmy.zip to Programmer Humor@programming.dev • 9 days agorace conditionslemmy.zipimagemessage-square90arrow-up1878
arrow-up1878imagerace conditionslemmy.zip@0x0@lemmy.zip to Programmer Humor@programming.dev • 9 days agomessage-square90
minus-square@VitabytesDev@feddit.nllinkfedilink6•8 days agoI have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
minus-square@burlemarx@lemmygrad.mllinkfedilink1•8 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.