Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jeremyhahn opened this issue Aug 19, 2020 · 3 comments
Open

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

jeremyhahn opened this issue Aug 19, 2020 · 3 comments

Comments

@jeremyhahn
Copy link

lni/dragonboat#137

@meilihao
Copy link

meilihao commented Sep 9, 2020

me too.

env:
ubuntu 16.04.6
cpu: Phytium ft2000plus

@meilihao
Copy link

meilihao commented Sep 9, 2020

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

@meilihao
Copy link

meilihao commented Sep 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants