rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Rocksdb crash when upgrade from 6.6.3 to 8.0

Open leeqx opened this issue 2 years ago • 1 comments

Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev

when I upgrade from 6.6.3 to 8.0 , my service crash when startup and the callgraphic: SIGSEGV receiver by PID rocksdb::DBImpl::CheckConsistency() rocksdb::Recover() rocksdb::DBImpl::Open() rocksdb::DB::Open() RocksDBCache::init() LocalCacheFactory::GetCache() main()

DB config: constsistency config is default.

leeqx avatar Mar 05 '24 07:03 leeqx

Are you able to build without optimizations and rerun? A lot happens under CheckConsistency(), which makes it difficult to guess from that stack trace what causes the SIGSEGV.

ajkr avatar Mar 06 '24 01:03 ajkr