LuciferYang commented on PR #42862:
URL: https://github.com/apache/spark/pull/42862#issuecomment-1716164405

   ```
   # C  [librocksdbjni8661574108371776748.so+0x3ef7e7]  
rocksdb::DBImpl::GetProperty(rocksdb::ColumnFamilyHandle*, rocksdb::Slice 
const&, std::string*)+0x57
   ```
   
   I have changed some code and tried to call the getDBProperty method on a 
closed RocksDB instance, a similar error occurs. This might not be a problem 
with rocksdb, rather it could be due to some asynchronous operations in the 
business code leading to accessing a closed instance...
   
   ```
   #
   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  SIGSEGV (0xb) at pc=0x000000015b8d16b0, pid=23605, tid=26371
   #
   # JRE version: OpenJDK Runtime Environment Zulu17.44+15-CA (17.0.8+7) (build 
17.0.8+7-LTS)
   # Java VM: OpenJDK 64-Bit Server VM Zulu17.44+15-CA (17.0.8+7-LTS, mixed 
mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, 
bsd-aarch64)
   # Problematic frame:
   # C  [librocksdbjni15748758312520513152.jnilib+0x1056b0]  
rocksdb::DBImpl::GetProperty(rocksdb::ColumnFamilyHandle*, rocksdb::Slice 
const&, std::__1::basic_string<char, std::__1::char_traits<char>, 
std::__1::allocator<char>>*)+0x54
   #
   # No core dump will be written. 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:
   # /Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/hs_err_pid23605.log
   #
   # If you would like to submit a bug report, please visit:
   #   http://www.azul.com/support/
   # The crash happened outside the Java Virtual Machine in native code.
   # See problematic frame for where to report the bug.
   #
   ```


-- 
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]

Reply via email to