dongjoon-hyun commented on PR #42862: URL: https://github.com/apache/spark/pull/42862#issuecomment-1715986788
It seems that GitHub Action complains with a segfault from this RocksDB version. - https://github.com/apache/spark/actions/runs/6156730315/job/16706042686 ``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fc89e1ef7e7, pid=83569, tid=0x00007fc87fffd640 # # JRE version: OpenJDK Runtime Environment (8.0_382-b05) (build 1.8.0_382-b05) # Java VM: OpenJDK 64-Bit Server VM (25.382-b05 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [librocksdbjni8661574108371776748.so+0x3ef7e7] rocksdb::DBImpl::GetProperty(rocksdb::ColumnFamilyHandle*, rocksdb::Slice const&, std::string*)+0x57 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/runner/work/spark/spark/sql/core/hs_err_pid83569.log Compiled method (nm) 246314 30882 n 0 org.rocksdb.RocksDB::getProperty (native) total in heap [0x00007fc8fc7af7d0,0x00007fc8fc7afb60] = 912 relocation [0x00007fc8fc7af8f8,0x00007fc8fc7af940] = 72 main code [0x00007fc8fc7af940,0x00007fc8fc7afb58] = 536 oops [0x00007fc8fc7afb58,0x00007fc8fc7afb60] = 8 # # If you would like to submit a bug report, please visit: # https://github.com/adoptium/adoptium-support/issues # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # ``` Let me revert this RocksDB version. -- 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]
