You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "REASY (via GitHub)" <gi...@apache.org> on 2023/05/17 07:45:28 UTC

[GitHub] [arrow] REASY opened a new issue, #35632: [Java] Dataset: JVM crash when (Apache Arrow 12.0.0)

REASY opened a new issue, #35632:
URL: https://github.com/apache/arrow/issues/35632

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Hello, team,
   
   I upgraded Apache Arrow 10.0.0 to 12.0.0 and started getting JVM crash. Here is the error I got:
   ```
   # A fatal error has been detected by the Java Runtime Environment:
   # SIGSEGV (0xb) at pc=0x00007f35c6ff4ae7, pid=1, tid=132
   # JRE version: OpenJDK Runtime Environment 18.9 (11.0.16+8) (build 11.0.16+8)
   # Java VM: OpenJDK 64-Bit Server VM 18.9 (11.0.16+8, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
   # Problematic frame:
   # C [jnilib-6496609145223316687.tmp+0x1decae7] Aws::Utils::Crypto::CreateSecureRandomBytesImplementation()+0x17
   #
   # Core dump will be written. Default location: /app/core.1
   #
   # An error report file with more information is saved as:
   # /tmp/hs_err_pid1.log
   #
   # If you would like to submit a bug report, please visit:
   # https://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.
   #
   [error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007f3721d45602]
   ```
   I've tried to search for the usage of the method `CreateSecureRandomBytesImplementation` in C/C++ codebase, but could not find anything.
   
   My understanding that JVM libary loads one of these native libraries to use C++ Dataset API:
   ![image](https://github.com/apache/arrow/assets/5107562/ce6cb8cb-b0c8-4d6d-a7a4-36bc34521cc3)
   
   
   ### Component(s)
   
   Java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35632: [Java] Dataset: JVM crash when read Parquet from S3(Apache Arrow 12.0.0)

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35632:
URL: https://github.com/apache/arrow/issues/35632#issuecomment-1577736055

   Could you provide a small code that reproduces the problem?
   
   We may need to add more tests to https://github.com/apache/arrow/tree/main/java/dataset/src/test .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org