Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java][Gandiva] Crashed tests: Error occurred in starting fork #33154

Open
asfimport opened this issue Oct 6, 2022 · 3 comments
Open

[Java][Gandiva] Crashed tests: Error occurred in starting fork #33154

asfimport opened this issue Oct 6, 2022 · 3 comments

Comments

@asfimport
Copy link

There are crashes at running test on Java Gandiva module:

  1. Able to build JNI Gandiva without problems at $PWD/arrow/java-dist/lib

  2. Run mvn command mvn -Darrow.cpp.build.dir=$PWD/arrow/java-dist/lib -Parrow-jni clean install

  3. Process finished with message:

    3.1.- maven surefire error message:

     

    [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
    
    [ERROR] Command was /bin/sh -c cd '/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] Error occurred in starting fork, check output in log
    [ERROR] Process Exit Code: 134
    [ERROR] Crashed tests:
    [ERROR] org.apache.arrow.gandiva.evaluator.FilterTest  

     

     

    3.2.- hs_err_pid.log message:

     
    {code:java}

  1. A fatal error has been detected by the Java Runtime Environment:

  1. SIGBUS (0xa) at pc=0x00000001346ed6b9, pid=41012, tid=0x0000000000000f03

  1. JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
  2. Java VM: Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode bsd-amd64 compressed oops)
  3. Problematic frame:
  4. C [libgandiva_jni.dylib03efc768-f328-401f-9228-ab27532eff3e+0xb6b9] ProtoTypeToField(types::Field const&)+0x69

  1. If you would like to submit a bug report, please visit:

  2. http://bugreport.java.com/bugreport/crash.jsp

  3. The crash happened outside the Java Virtual Machine in native code.

  4. See problematic frame for where to report the bug.

  5. {code}
     

     

Reporter: David Dali Susanibar Arce / @davisusanibar

Note: This issue was originally created as ARROW-17946. Please see the migration documentation for further details.

@asfimport
Copy link
Author

@asfimport
Copy link
Author

David Li / @lidavidm:
Looks like a C++ side error then.

@asfimport
Copy link
Author

Jin Shang / @js8544:
I also encountered a similar failure here: https://github.com/ursacomputing/crossbow/actions/runs/3212636429/jobs/5251977352

However mine's unrelated to Gandiva since the failure occurs in org.apache.arrow.c.RoundtripTest and Gandiva tests were not run. The one you pasted in your comment seems to be the same error as mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant