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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to