There are crashes at running test on Java Gandiva module:
Able to build JNI Gandiva without problems at $PWD/arrow/java-dist/lib
Run mvn command mvn -Darrow.cpp.build.dir=$PWD/arrow/java-dist/lib -Parrow-jni clean install
Process finished with message:
3.1.- maven surefire error message:
[ERROR] Causedby: org.apache.maven.surefire.booter.SurefireBooterForkException: TheforkedVMterminatedwithoutproperlysayinggoodbye. VMcrashorSystem.exitcalled?
[ERROR] Commandwas /bin/sh -ccd'/Users/dsusanibar/arrow/java/gandiva' && '/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/jre/bin/java''-jar''/Users/dsusanibar/arrow/java/gandiva/target/surefire/surefirebooter-20221005232352974_5.jar''/Users/dsusanibar/arrow/java/gandiva/target/surefire''2022-10-05T23-23-52_590-jvmRun2''surefire-20221005232352974_2tmp''surefire_1-20221005232352974_4tmp'
[ERROR] Erroroccurredinstartingfork, checkoutputinlog
[ERROR] ProcessExitCode: 134
[ERROR] Crashedtests:
[ERROR] org.apache.arrow.gandiva.evaluator.FilterTest
3.2.- hs_err_pid.log message:
{code:java}
- A fatal error has been detected by the Java Runtime Environment:
- SIGBUS (0xa) at pc=0x00000001346ed6b9, pid=41012, tid=0x0000000000000f03
- JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
- Java VM: Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode bsd-amd64 compressed oops)
- Problematic frame:
- C [libgandiva_jni.dylib03efc768-f328-401f-9228-ab27532eff3e+0xb6b9] ProtoTypeToField(types::Field const&)+0x69
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
{code}
Reporter: David Dali Susanibar Arce / @davisusanibar
Note: This issue was originally created as ARROW-17946. Please see the migration documentation for further details.
There are crashes at running test on Java Gandiva module:
Able to build JNI Gandiva without problems at $PWD/arrow/java-dist/lib
Run mvn command
mvn -Darrow.cpp.build.dir=$PWD/arrow/java-dist/lib -Parrow-jni clean installProcess finished with message:
3.1.- maven surefire error message:
3.2.- hs_err_pid.log message:
{code:java}
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
{code}
Reporter: David Dali Susanibar Arce / @davisusanibar
Note: This issue was originally created as ARROW-17946. Please see the migration documentation for further details.