lhotari opened a new issue, #19250: URL: https://github.com/apache/pulsar/issues/19250
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version https://github.com/apache/pulsar/commit/334c3a541f00c08aa2f378a6cc45f37cbeb54a5c ### Minimal reproduce step none ### What did you expect to see? no JVM crashes ### What did you see instead? There's a crash in calling org.rocksdb.RocksDB.get ``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f2848a874dc, pid=4771, tid=12583 # # JRE version: OpenJDK Runtime Environment Temurin-17.0.5+8 (17.0.5+8) (build 17.0.5+8) # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (17.0.5+8, mixed mode, sharing, tiered, compressed class ptrs, z gc, linux-amd64) # Problematic frame: # C [librocksdbjni15077744768266540673.so+0x2944dc] rocksdb_get_helper(JNIEnv_*, rocksdb::DB*, rocksdb::ReadOptions const&, rocksdb::ColumnFamilyHandle*, _jbyteArray*, int, int)+0x1ac'. # # Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/runner/work/pulsar/pulsar/pulsar-metadata/core.4771) # # An error report file with more information is saved as: # /home/runner/work/pulsar/pulsar/pulsar-metadata/hs_err_pid4771.log # # 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. # ``` ### Anything else? It happened in `org.apache.pulsar.metadata.bookkeeper.PulsarRegistrationClientTest`. https://ge.apache.org/s/x2u5wjemaiim6/failure?focused-exception-line=0-9#1 ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
