tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB

Home Page:http://rocksdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocksdb_write crashes on ARM64 (RPI 4 / BCM2711)

jeremyhahn opened this issue · comments

me too.

env:
ubuntu 16.04.6
cpu: Phytium ft2000plus

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

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