python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JNA crashes with 64 bit libmx.so on Linux
I have a legacy Java application that uses JNA to interact with Matlab C Matrix API.
/**
* Load a MAT-file. Must be synchronized because of native libraries calls.
*
* @param file MAT file
* @retu...
Kıvanç Sahici
Votes: 0
Answers: 1
JVM Crash with sun.misc.Unsafe::GetInt when write Spark Dataframe in parquet format (SPARC Solaris)
I am using Spark3.1.1/Hadoop3.2.2 on Solaris 11. When using Spark to write dataframe to Hadoop in parquete format, JVM crashed with SIGBUS error (Java Frame: sun.misc.UnSafe.GetInt).
Error happens onl...
Duc Duong
Votes: 0
Answers: 0