swamirishi commented on PR #6341: URL: https://github.com/apache/ozone/pull/6341#issuecomment-2010738796
> @swamirishi we can merge this in once you specify the testing done for this. I tested out this particular patch by building the code in an environment which supports avx2. I built the shared library and tried to load the library on another machine which doesn't support this instruction set without the flag PORTABLE=1 and with the flag PORTABLE=1. The library load failed with the error in the first run: `# # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=0x00007f995a5076b5, pid=110294, tid=0x00007f997fa59700 # # JRE version: OpenJDK Runtime Environment (8.0_232-b09) (build 1.8.0_232-b09) # Java VM: OpenJDK 64-Bit Server VM (25.232-b09 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libozone_rocksdb_tools.so+0x2276b5] __static_initialization_and_destruction_0(int, int) [clone .constprop.534]+0x2445 # # Core dump written. Default location: /root/core or core.110294 # # An error report file with more information is saved as: # /root/hs_err_pid110294.log # # 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. # Aborted (core dumped) ` The second time the load succeeded. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
