tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

rocksdb_write crashes on ARM64 (RPI 4 / BCM2711) #198

Open jeremyhahn opened 4 years ago

jeremyhahn commented 4 years ago

https://github.com/lni/dragonboat/issues/137

meilihao commented 4 years ago

me too.

env: ubuntu 16.04.6 cpu: Phytium ft2000plus

meilihao commented 4 years ago

I found db.Put(writeOptions, []byte("123"), make([]byte, 4096)) will panic on arm64, x64 is ok. this is my issue on rocksdb.

meilihao commented 3 years ago

I found this PR #7233 is to fix this issue. And it is merged.